diff options
Diffstat (limited to 'Xext.h')
-rw-r--r-- | Xext.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -23,7 +23,7 @@ Except as contained in this notice, the name of The Open Group shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from The Open Group. */ -/* $XFree86: xc/include/extensions/Xext.h,v 1.4 2001/12/14 19:53:28 dawes Exp $ */ +/* $XFree86: xc/include/extensions/Xext.h,v 1.5 2003/11/17 22:20:03 dawes Exp $ */ #ifndef _XEXT_H_ #define _XEXT_H_ @@ -33,28 +33,20 @@ in this Software without prior written authorization from The Open Group. _XFUNCPROTOBEGIN extern int (*XSetExtensionErrorHandler( -#if NeedFunctionPrototypes int (*handler)( -#if NeedNestedPrototypes Display *, char *, char * -#endif ) -#endif ))( -#if NeedNestedPrototypes Display *, char *, char * -#endif ); extern int XMissingExtension( -#if NeedFunctionPrototypes Display* /* dpy */, _Xconst char* /* ext_name */ -#endif ); _XFUNCPROTOEND |