summaryrefslogtreecommitdiff
path: root/os/osdep.h
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-07 16:18:52 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-07-07 16:18:52 +0000
commit2c3c4060fd2a52f147eda01b11222c341c6e3dee (patch)
treee292716318f5847b7653e9b07f5a3856e038805c /os/osdep.h
parentd0dc574adb79ffacf90b786d4ccfcd1cd8598728 (diff)
Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Add prototype
for XdmAuthenticationInit() (Peter Breitenlohner)
Diffstat (limited to 'os/osdep.h')
-rw-r--r--os/osdep.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/os/osdep.h b/os/osdep.h
index 1ede06552..b837d7605 100644
--- a/os/osdep.h
+++ b/os/osdep.h
@@ -351,4 +351,8 @@ extern int XdmcpAddAuthorization (ARRAY8Ptr name, ARRAY8Ptr data);
struct sockaddr_in;
extern void XdmcpRegisterBroadcastAddress (struct sockaddr_in *addr);
+#ifdef HASXDMAUTH
+extern void XdmAuthenticationInit (char *cookie, int cookie_length);
+#endif
+
#endif /* _OSDEP_H_ */