diff options
Diffstat (limited to 'include/X11/VarargsI.h')
-rw-r--r-- | include/X11/VarargsI.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/X11/VarargsI.h b/include/X11/VarargsI.h index e15404a..76ce9bc 100644 --- a/include/X11/VarargsI.h +++ b/include/X11/VarargsI.h @@ -34,6 +34,8 @@ in this Software without prior written authorization from The Open Group. /* private routines */ +_XFUNCPROTOBEGIN + extern void _XtCountVaList( va_list /*var*/, int* /*total_count*/, int* /*typed_count*/ ); @@ -62,4 +64,6 @@ extern void _XtGetSubresources( 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*/ ); +_XFUNCPROTOEND + #endif /* _VarargsI_h_ */ |