#ifndef USER_H #define USER_H int user_fromuid(int uid, char *user, unsigned len); int user_touid(const char *user, int *uid); #endif /* USER_H */