From 2c3c4060fd2a52f147eda01b11222c341c6e3dee Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 7 Jul 2005 16:18:52 +0000 Subject: Bug #2901 Add prototype for XdmAuthenticationInit() (Peter Breitenlohner) --- os/osdep.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os') 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_ */ -- cgit v1.2.3