summaryrefslogtreecommitdiff
path: root/src/ChAccCon.c
diff options
context:
space:
mode:
authorEgbert Eich <eich@freedesktop.org>2004-04-23 18:42:09 +0000
committerEgbert Eich <eich@freedesktop.org>2004-04-23 18:42:09 +0000
commitc6349f43193b74a3c09945f3093a871b0157ba47 (patch)
treeaea173c19da6fa57e24eb4633ff815feb7ae3fa0 /src/ChAccCon.c
parentc3c4ddc682950a01b80825021f3e2503ab01ea7f (diff)
downloadxorg-lib-libX11-c6349f43193b74a3c09945f3093a871b0157ba47.tar.gz
Merging XORG-CURRENT into trunk
Diffstat (limited to 'src/ChAccCon.c')
-rw-r--r--src/ChAccCon.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChAccCon.c b/src/ChAccCon.c
index 4366f695..4d9281db 100644
--- a/src/ChAccCon.c
+++ b/src/ChAccCon.c
@@ -24,9 +24,11 @@ used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
+/* $XFree86: xc/lib/X11/ChAccCon.c,v 1.3 2001/01/17 19:41:32 dawes Exp $ */
#include "Xlibint.h"
+int
XEnableAccessControl(dpy)
register Display *dpy;
@@ -34,6 +36,7 @@ XEnableAccessControl(dpy)
return XSetAccessControl(dpy, EnableAccess);
}
+int
XDisableAccessControl(dpy)
register Display *dpy;
@@ -41,6 +44,7 @@ XDisableAccessControl(dpy)
return XSetAccessControl(dpy, DisableAccess);
}
+int
XSetAccessControl(dpy, mode)
register Display *dpy;
int mode;