diff options
Diffstat (limited to 'include/X11/HookObjI.h')
-rw-r--r-- | include/X11/HookObjI.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/X11/HookObjI.h b/include/X11/HookObjI.h index c9a22a2..c0858c2 100644 --- a/include/X11/HookObjI.h +++ b/include/X11/HookObjI.h @@ -29,6 +29,8 @@ in this Software without prior written authorization from The Open Group. #ifndef _XtHookObjI_h #define _XtHookObjI_h +_XFUNCPROTOBEGIN + /* This object is implementation-dependent and private to the library. */ typedef struct _HookObjRec *HookObject; @@ -66,6 +68,8 @@ typedef struct _HookObjClassRec { externalref HookObjClassRec hookObjClassRec; +_XFUNCPROTOEND + #endif /* ifndef _Xt_HookObjI_h */ |