summaryrefslogtreecommitdiff
path: root/lib/util/util_pw.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-02 16:11:00 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:06 +0200
commit96487959e90b1aeec071d94e7f2c744af17fb5d0 (patch)
treee819cf118d777e88dd8497d533df75ba673955e0 /lib/util/util_pw.h
parent64421129b672d0ce55c5aa235e5038dd2ea1b32b (diff)
downloadsamba-96487959e90b1aeec071d94e7f2c744af17fb5d0.tar.gz
samba-96487959e90b1aeec071d94e7f2c744af17fb5d0.tar.bz2
samba-96487959e90b1aeec071d94e7f2c744af17fb5d0.zip
lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/username.c
Guenther
Diffstat (limited to 'lib/util/util_pw.h')
-rw-r--r--lib/util/util_pw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/util/util_pw.h b/lib/util/util_pw.h
index fa212b9c61..2967963459 100644
--- a/lib/util/util_pw.h
+++ b/lib/util/util_pw.h
@@ -33,7 +33,7 @@ struct group *sys_getgrnam(const char *name);
struct group *sys_getgrgid(gid_t gid);
struct passwd *tcopy_passwd(TALLOC_CTX *mem_ctx,
const struct passwd *from);
-struct passwd *_getpwnam_alloc(TALLOC_CTX *mem_ctx, const char *name);
-struct passwd *_getpwuid_alloc(TALLOC_CTX *mem_ctx, uid_t uid);
+struct passwd *getpwnam_alloc(TALLOC_CTX *mem_ctx, const char *name);
+struct passwd *getpwuid_alloc(TALLOC_CTX *mem_ctx, uid_t uid);
#endif /* __LIB_UTIL_UTIL_PW_H__ */