X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/95b6d681b1121e1be8955aa3f79dd39098edf4cf..da35c2b26f55a329329792f21a297aa8ad08fb95:/src/xgselect.h diff --git a/src/xgselect.h b/src/xgselect.h index f120d8866c..f142e85d87 100644 --- a/src/xgselect.h +++ b/src/xgselect.h @@ -1,6 +1,6 @@ /* Header for xg_select. - Copyright (C) 2009, 2010 - Free Software Foundation, Inc. + +Copyright (C) 2009-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -28,11 +28,7 @@ extern int xg_select (int max_fds, SELECT_TYPE *rfds, SELECT_TYPE *wfds, SELECT_TYPE *efds, - EMACS_TIME *timeout); - -extern void xgselect_initialize (void); + EMACS_TIME *timeout, + sigset_t *sigmask); #endif /* XGSELECT_H */ - -/* arch-tag: 0c5392a8-3a41-41eb-839c-58e6595926f0 - (do not change this comment) */