diff options
Diffstat (limited to 'recipes/xorg-lib/xorg-headers-native/X11/InitialI.h')
-rw-r--r-- | recipes/xorg-lib/xorg-headers-native/X11/InitialI.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/xorg-lib/xorg-headers-native/X11/InitialI.h b/recipes/xorg-lib/xorg-headers-native/X11/InitialI.h index c2fe47c1ba..2ae9b743cb 100644 --- a/recipes/xorg-lib/xorg-headers-native/X11/InitialI.h +++ b/recipes/xorg-lib/xorg-headers-native/X11/InitialI.h @@ -84,6 +84,8 @@ SOFTWARE. #include <X11/Xos.h> #include <X11/Xpoll.h> +_XFUNCPROTOBEGIN + typedef struct _TimerEventRec { struct timeval te_timer_value; struct _TimerEventRec *te_next; @@ -426,4 +428,6 @@ extern XrmDatabase _XtPreparseCommandLine(XrmOptionDescRec *urlist, String *applName, String *displayName, String *language); +_XFUNCPROTOEND + #endif /* _XtinitialI_h */ |