X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/ed7f1a6c5caaf4159125c08db5d18c5471fdd032..4e0f64791b6f38bfaa8d84addf7a472a15aac111:/src/xgselect.h diff --git a/src/xgselect.h b/src/xgselect.h index 1d3a8508b9..5509e23c5c 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-2012 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 *timeout, + sigset_t *sigmask); #endif /* XGSELECT_H */ -