summaryrefslogtreecommitdiff
path: root/src/Xintconn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Xintconn.h')
-rw-r--r--src/Xintconn.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/Xintconn.h b/src/Xintconn.h
index 3010da4f..f210d4e3 100644
--- a/src/Xintconn.h
+++ b/src/Xintconn.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/lib/X11/Xintconn.h,v 1.1 2001/08/18 02:41:28 dawes Exp $ */
+/* $XFree86: xc/lib/X11/Xintconn.h,v 1.2 2003/04/13 19:22:19 dawes Exp $ */
#ifndef _XINTCONN_H_
#define _XINTCONN_H_ 1
@@ -9,6 +9,15 @@ _XFUNCPROTOBEGIN
/* ConnDis.c */
+int _XConnectDisplay (
+ char *display_name,
+ char **fullnamep, /* RETURN */
+ int *dpynump, /* RETURN */
+ int *screenp, /* RETURN */
+ char **auth_namep, /* RETURN */
+ int *auth_namelenp, /* RETURN */
+ char **auth_datap, /* RETURN */
+ int *auth_datalenp); /* RETURN */
extern int _XDisconnectDisplay(XtransConnInfo trans_conn);
extern Bool _XSendClientPrefix(Display *dpy, xConnClientPrefix *client,
char *auth_proto, char *auth_string,