diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 7dd4918028..9381aacf84 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1939,9 +1939,10 @@ void unbecome_root(BOOL restore_dir); /*The following definitions come from username.c */ char *get_home_dir(char *user); -void map_username(char *user); +BOOL map_username(char *user); struct passwd *Get_Pwnam(char *user,BOOL allow_change); BOOL user_in_list(char *user,char *list); +void load_groupname_map(void); /*The following definitions come from util.c */ |