for XdmAuthenticationInit() (Peter Breitenlohner)
This commit is contained in:
Alan Coopersmith 2005-07-07 16:18:52 +00:00
parent d0dc574adb
commit 2c3c4060fd

View File

@ -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_ */