mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-03 18:40:12 +01:00
Bug #2901 <https://bugs.freedesktop.org/show_bug.cgi?id=2901> Add prototype
for XdmAuthenticationInit() (Peter Breitenlohner)
This commit is contained in:
parent
d0dc574adb
commit
2c3c4060fd
1 changed files with 4 additions and 0 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue