Mark _XNextRequest as hidden

It's only used inside XNextRequest(), so doesn't need to be exported.

Signed-off-by: Julien Cristau <jcristau@debian.org>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
This commit is contained in:
Julien Cristau 2015-05-01 13:50:15 +02:00 committed by Adam Jackson
parent a72d2d06c0
commit 3f41d8a7f8

View file

@ -46,6 +46,7 @@ typedef struct _X11XCBPrivate {
int _XConnectXCB(Display *dpy, _Xconst char *display, int *screenp);
void _XFreeX11XCBStructure(Display *dpy);
_X_HIDDEN
unsigned long _XNextRequest(Display *dpy);
#endif /* XXCBINT_H */