1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef _XINTCONN_H_ #define _XINTCONN_H_ 1 #include <X11/Xfuncproto.h> #include <X11/Xlib.h> _XFUNCPROTOBEGIN /* OpenDis.c */ extern void _XFreeDisplayStructure(Display *dpy); _XFUNCPROTOEND #endif /* _XINTCONN_H_ */