diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
commit | b90c05162b5edd08338a060f5777419654fa6d2e (patch) | |
tree | 346b8c7439d7d8db30404ad9f4db4c4e1725c252 /include/X11/VarargsI.h | |
parent | a6bdd56c5b098599942e4091ae7e2af2d4631b44 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'include/X11/VarargsI.h')
-rw-r--r-- | include/X11/VarargsI.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/include/X11/VarargsI.h b/include/X11/VarargsI.h index 6e4bd60..87a26db 100644 --- a/include/X11/VarargsI.h +++ b/include/X11/VarargsI.h @@ -25,7 +25,7 @@ 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/lib/Xt/VarargsI.h,v 3.6 2001/12/14 19:56:32 dawes Exp $ */ +/* $XFree86: xc/lib/Xt/VarargsI.h,v 3.7 2003/04/21 16:34:29 herrb Exp $ */ #ifndef _VarargsI_h_ #define _VarargsI_h_ @@ -35,45 +35,31 @@ in this Software without prior written authorization from The Open Group. /* private routines */ extern void _XtCountVaList( -#if NeedFunctionPrototypes va_list /*var*/, int* /*total_count*/, int* /*typed_count*/ -#endif ); extern void _XtVaToArgList( -#if NeedFunctionPrototypes Widget /*widget*/, va_list /*var*/, int /*max_count*/, ArgList* /*args_return*/, Cardinal* /*num_args_return*/ -#endif ); extern void _XtVaToTypedArgList( -#if NeedFunctionPrototypes va_list /*var*/, int /*count*/, XtTypedArgList* /*args_return*/, Cardinal* /*num_args_return*/ -#endif ); extern XtTypedArgList _XtVaCreateTypedArgList( -#if NeedFunctionPrototypes va_list /*var*/, int /*count*/ -#endif ); extern void _XtFreeArgList( -#if NeedFunctionPrototypes ArgList /*args*/, int /*total_count*/, int /*typed_count*/ -#endif ); extern void _XtGetApplicationResources( -#if NeedFunctionPrototypes Widget /*w*/, XtPointer /*base*/, XtResourceList /*resources*/, Cardinal /*num_resources*/, ArgList /*args*/, Cardinal /*num_args*/, XtTypedArgList /*typed_args*/, Cardinal /*num_typed_args*/ -#endif ); extern void _XtGetSubresources( -#if NeedFunctionPrototypes Widget /*w*/, XtPointer /*base*/, const char* /*name*/, const char* /*class*/, XtResourceList /*resources*/, Cardinal /*num_resources*/, ArgList /*args*/, Cardinal /*num_args*/, XtTypedArgList /*typed_args*/, Cardinal /*num_typed_args*/ -#endif ); #endif /* _VarargsI_h_ */ |