14 lines
320 B
C
14 lines
320 B
C
#ifndef _XSERVER_OS_MITAUTH_H
|
|
#define _XSERVER_OS_MITAUTH_H
|
|
|
|
#include "auth.h"
|
|
|
|
XID MitCheckCookie(AuthCheckArgs);
|
|
XID MitGenerateCookie(AuthGenCArgs);
|
|
int MitAddCookie(AuthAddCArgs);
|
|
int MitFromID(AuthFromIDArgs);
|
|
int MitRemoveCookie(AuthRemCArgs);
|
|
int MitResetCookie(AuthRstCArgs);
|
|
|
|
#endif /* _XSERVER_OS_MITAUTH_H */
|