No longer leak FDs on VT switch.
[xserver.git] / os / mitauth.h
blob143fa46bc3bf805360fd7d28961e0058572d6917
1 #ifndef _XSERVER_OS_MITAUTH_H
2 #define _XSERVER_OS_MITAUTH_H
4 #include "auth.h"
6 XID MitCheckCookie(AuthCheckArgs);
7 XID MitGenerateCookie(AuthGenCArgs);
8 int MitAddCookie(AuthAddCArgs);
9 int MitFromID(AuthFromIDArgs);
10 int MitRemoveCookie(AuthRemCArgs);
11 int MitResetCookie(AuthRstCArgs);
13 #endif /* _XSERVER_OS_MITAUTH_H */