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