summaryrefslogtreecommitdiff
path: root/src/XGetVers.c
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2008-12-21 16:08:08 +0100
committerJulien Cristau <jcristau@debian.org>2008-12-21 16:08:08 +0100
commit9e9bf1e477e764b596eb89119c0497b274b87897 (patch)
treef93b8d84ae048873d3eb9b43a99420b3015d7022 /src/XGetVers.c
parentdb1215bf4785acb20610a7f1302e8dc3ec4d19e0 (diff)
Hide private functions
Diffstat (limited to 'src/XGetVers.c')
-rw-r--r--src/XGetVers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XGetVers.c b/src/XGetVers.c
index 909374a..ff3ec3c 100644
--- a/src/XGetVers.c
+++ b/src/XGetVers.c
@@ -94,7 +94,7 @@ XQueryInputVersion(Display *dpy, int major, int minor)
return (ext);
}
-XExtensionVersion *
+_X_HIDDEN XExtensionVersion *
_XiGetExtensionVersion(register Display * dpy, _Xconst char *name,
int major, int minor, XExtDisplayInfo *info)
{