X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/84eb0351d8be4811897c8cf62a69757ff5d14001..b27d230fc41cb345855438f18c72dcb74ad488fe:/src/xgselect.h diff --git a/src/xgselect.h b/src/xgselect.h index 1d3a8508b9..21c8acf101 100644 --- a/src/xgselect.h +++ b/src/xgselect.h @@ -1,6 +1,6 @@ /* Header for xg_select. -Copyright (C) 2009-2011 Free Software Foundation, Inc. +Copyright (C) 2009-2013 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -28,9 +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 const *timeout, + sigset_t const *sigmask); #endif /* XGSELECT_H */ -