From 76f2829428427231352a106b234c330f78d2975b Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Sun, 13 Jun 1999 04:49:13 +0000 Subject: make proto (This used to be commit 44f19b5062d0dc7beef8fa9a1c10c9ab6be5cae1) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit