diff options
author | Tim Potter <tpot@samba.org> | 1999-06-13 04:49:13 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 1999-06-13 04:49:13 +0000 |
commit | 76f2829428427231352a106b234c330f78d2975b (patch) | |
tree | 165b08eef242f5e871322daa88a5effe22b1056e /source3/include | |
parent | 0132160229c6c49de590b7f5bd267f687bab23d6 (diff) | |
download | samba-76f2829428427231352a106b234c330f78d2975b.tar.gz samba-76f2829428427231352a106b234c330f78d2975b.tar.bz2 samba-76f2829428427231352a106b234c330f78d2975b.zip |
make proto
(This used to be commit 44f19b5062d0dc7beef8fa9a1c10c9ab6be5cae1)
Diffstat (limited to 'source3/include')
-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 */ |