diff options
Diffstat (limited to 'libX11/src/Xintconn.h')
-rw-r--r-- | libX11/src/Xintconn.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/libX11/src/Xintconn.h b/libX11/src/Xintconn.h index c51e3c721..db59061a0 100644 --- a/libX11/src/Xintconn.h +++ b/libX11/src/Xintconn.h @@ -1,14 +1,14 @@ -
-#ifndef _XINTCONN_H_
-#define _XINTCONN_H_ 1
-
-#include <X11/Xfuncproto.h>
-
-_XFUNCPROTOBEGIN
-
-/* OpenDis.c */
-extern void _XFreeDisplayStructure(Display *dpy);
-
-_XFUNCPROTOEND
-
-#endif /* _XINTCONN_H_ */
+ +#ifndef _XINTCONN_H_ +#define _XINTCONN_H_ 1 + +#include <X11/Xfuncproto.h> + +_XFUNCPROTOBEGIN + +/* OpenDis.c */ +extern void _XFreeDisplayStructure(Display *dpy); + +_XFUNCPROTOEND + +#endif /* _XINTCONN_H_ */ |