X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/35fb32880c99aa7cd41b835dc17b8639b544dc69..b948ce8b0244181c9e08d6bfc635ead24b4e9742:/src/xgselect.h diff --git a/src/xgselect.h b/src/xgselect.h index bae084f0d5..15d7cd5fdd 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-2012 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -24,15 +24,13 @@ along with GNU Emacs. If not, see . */ #include "systime.h" #include "sysselect.h" -extern int xg_select P_ ((int max_fds, - SELECT_TYPE *rfds, - SELECT_TYPE *wfds, - SELECT_TYPE *efds, - EMACS_TIME *timeout)); +extern int xg_select (int max_fds, + SELECT_TYPE *rfds, + SELECT_TYPE *wfds, + SELECT_TYPE *efds, + EMACS_TIME *timeout); -extern void xgselect_initialize P_ ((void)); +extern void xgselect_initialize (void); #endif /* XGSELECT_H */ -/* arch-tag: 0c5392a8-3a41-41eb-839c-58e6595926f0 - (do not change this comment) */