diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-25 19:29:01 +0000 |
commit | adc7f9a4ebdfe11d4cd6de9388b63dfe36450b39 (patch) | |
tree | 23eb7becc5360b2cbe16aa8d45529880067f3989 /include/extension.h | |
parent | 90f1536dd315cd265bfc7ef35058761a65a01734 (diff) |
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
Diffstat (limited to 'include/extension.h')
-rw-r--r-- | include/extension.h | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/include/extension.h b/include/extension.h index 304674fa6..6b674f07f 100644 --- a/include/extension.h +++ b/include/extension.h @@ -45,39 +45,22 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -/* $XFree86: xc/programs/Xserver/include/extension.h,v 1.5 2001/12/14 19:59:54 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/include/extension.h,v 1.6 2003/04/27 21:31:04 herrb Exp $ */ #ifndef EXTENSION_H #define EXTENSION_H _XFUNCPROTOBEGIN -extern unsigned short StandardMinorOpcode( -#if NeedFunctionPrototypes - ClientPtr /*client*/ -#endif -); - -extern unsigned short MinorOpcodeOfRequest( -#if NeedFunctionPrototypes - ClientPtr /*client*/ -#endif -); - -extern void InitExtensions( -#if NeedFunctionPrototypes - int argc, - char **argv -#endif -); +extern unsigned short StandardMinorOpcode(ClientPtr /*client*/); + +extern unsigned short MinorOpcodeOfRequest(ClientPtr /*client*/); + +extern void InitExtensions(int argc, char **argv); extern void InitVisualWrap(void); -extern void CloseDownExtensions( -#if NeedFunctionPrototypes - void -#endif -); +extern void CloseDownExtensions(void); _XFUNCPROTOEND |