From 96487959e90b1aeec071d94e7f2c744af17fb5d0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 2 Mar 2011 16:11:00 +0100 Subject: lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/username.c Guenther --- source3/include/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 94cc9f9baa..600ed7aa8f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -967,9 +967,7 @@ bool nt_time_is_set(const NTTIME *nt); /* The following definitions come from lib/username.c */ -struct passwd *tcopy_passwd(TALLOC_CTX *mem_ctx, const struct passwd *from) ; void flush_pwnam_cache(void); -struct passwd *getpwuid_alloc(TALLOC_CTX *mem_ctx, uid_t uid) ; char *get_user_home_dir(TALLOC_CTX *mem_ctx, const char *user); struct passwd *Get_Pwnam_alloc(TALLOC_CTX *mem_ctx, const char *user); -- cgit