From 3e3214fd91471bca5b6c4d3782e922d252d588fb Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 17 Oct 2009 17:00:13 +0200 Subject: s3:winbind: Move fillup_pw_field() as static to wb_fill_pwent.c --- source3/winbindd/winbindd_proto.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 21feddf6d6..6e232c9db8 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -545,14 +545,6 @@ enum winbindd_result winbindd_dual_allocate_gid(struct winbindd_domain *domain, /* The following definitions come from winbindd/winbindd_user.c */ -bool fillup_pw_field(const char *lp_template, - const char *username, - const char *domname, - uid_t uid, - gid_t gid, - const char *in, - fstring out); - enum winbindd_result winbindd_dual_userinfo(struct winbindd_domain *domain, struct winbindd_cli_state *state); void winbindd_getpwnam(struct winbindd_cli_state *state); -- cgit