diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-07 16:18:52 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-07 16:18:52 +0000 |
commit | 2c3c4060fd2a52f147eda01b11222c341c6e3dee (patch) | |
tree | e292716318f5847b7653e9b07f5a3856e038805c /os/osdep.h | |
parent | d0dc574adb79ffacf90b786d4ccfcd1cd8598728 (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.h | 4 |
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_ */ |