head 1.1; branch ; access ; symbols ; locks ; comment @@; 1.1 date 1996.02.13.06.35.48; author Sven_Goethel; state Exp; branches ; next ; desc @it works. @ 1.1 log @Initial revision @ text @ #ifndef _PERMSSN_H #define _PERMSSN_H #include "bool.h" unsigned short getuid(void); unsigned short getgid(void); bool login(const char *name, const char *passwd); /* only for uid == 0 ( superuser ) */ bool setuid(unsigned short new_uid); bool setgid(unsigned short new_gid); #endif @