diff options
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 4efc7f803c..41a68296d2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -386,7 +386,7 @@ struct passwd *hashed_getpwnam(const char *name); char *uidtoname(uid_t uid); char *get_home_dir(char *user); BOOL map_username(char *user); -struct passwd *Get_Pwnam(char *user,BOOL allow_change); +const struct passwd *Get_Pwnam(char *user,BOOL allow_change); BOOL user_in_list(char *user,char *list); /*The following definitions come from lib/util.c */ |