diff options
Diffstat (limited to 'recipes/xorg-lib/xorg-headers-native/X11/VarargsI.h')
-rw-r--r-- | recipes/xorg-lib/xorg-headers-native/X11/VarargsI.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/xorg-lib/xorg-headers-native/X11/VarargsI.h b/recipes/xorg-lib/xorg-headers-native/X11/VarargsI.h index e15404aab5..76ce9bc7ea 100644 --- a/recipes/xorg-lib/xorg-headers-native/X11/VarargsI.h +++ b/recipes/xorg-lib/xorg-headers-native/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_ */ |