Go to the documentation of this file.00001 #ifndef H_UGID
00002 #define H_UGID
00003
00008 #ifdef __cplusplus
00009 extern "C" {
00010 #endif
00011
00012
00013
00014
00015
00016 int unameToUid(const char * thisUname, uid_t * uid)
00017 ;
00018 int gnameToGid(const char * thisGname, gid_t * gid)
00019 ;
00020
00021
00022
00023
00024
00025 char * uidToUname(uid_t uid)
00026 ;
00027
00028 char * gidToGname(gid_t gid)
00029 ;
00030
00031 #ifdef __cplusplus
00032 }
00033 #endif
00034
00035 #endif
00036