~ubuntu-branches/ubuntu/precise/libx11/precise-security

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _XINTCONN_H_
#define _XINTCONN_H_ 1

#include <X11/Xfuncproto.h>

_XFUNCPROTOBEGIN

/* OpenDis.c */
extern void _XFreeDisplayStructure(Display *dpy);

_XFUNCPROTOEND

#endif /* _XINTCONN_H_ */