1 #ifndef _XSERVER_OS_MITAUTH_H
2 #define _XSERVER_OS_MITAUTH_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 */