diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:42 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-17 19:03:42 +0000 |
commit | a6bdd56c5b098599942e4091ae7e2af2d4631b44 (patch) | |
tree | e0a23167aca0fb1127f4cd78edf458b633b31eac /include/X11/ResConfigP.h | |
parent | 6a13c9e08bb042c81ae904c44a38a50d785c824e (diff) |
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'include/X11/ResConfigP.h')
-rw-r--r-- | include/X11/ResConfigP.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/X11/ResConfigP.h b/include/X11/ResConfigP.h index b717fd6..60f9414 100644 --- a/include/X11/ResConfigP.h +++ b/include/X11/ResConfigP.h @@ -52,10 +52,15 @@ dealings in this Software without prior written authorization from the IBM Corporation. ******************************************************************/ +/* $XFree86: xc/lib/Xt/ResConfigP.h,v 3.7 2001/12/20 19:40:59 tsi Exp $ */ #ifndef _RESCONFIGP_H #define _RESCONFIGP_H +#include <X11/Xfuncproto.h> + +_XFUNCPROTOBEGIN + /* * Atom names for resource configuration management customization tool. */ @@ -70,4 +75,6 @@ extern void _XtResourceConfigurationEH( #endif ); +_XFUNCPROTOEND + #endif |