summaryrefslogtreecommitdiff
path: root/lib/util/util_pw.h
diff options
context:
space:
mode:
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__ */