diff options
Diffstat (limited to 'include/X11/Object.h')
-rw-r--r-- | include/X11/Object.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/X11/Object.h b/include/X11/Object.h index 96723b1..2c84aaf 100644 --- a/include/X11/Object.h +++ b/include/X11/Object.h @@ -50,11 +50,16 @@ SOFTWARE. #ifndef _XtObject_h #define _XtObject_h +_XFUNCPROTOBEGIN + typedef struct _ObjectRec *Object; typedef struct _ObjectClassRec *ObjectClass; #ifndef OBJECT externalref WidgetClass objectClass; #endif + +_XFUNCPROTOEND + #endif /* _XtObject_h */ /* DON'T ADD STUFF AFTER THIS #endif */ |