From: Michael Adam Date: Thu, 22 Jan 2009 11:34:43 +0000 (+0100) Subject: s3:proto.h: remove duplicate prototypes. X-Git-Tag: samba-4.0.0alpha7~417^2~271^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aeb23872e25fb720140a10ce01a4211d228b6555;p=thirdparty%2Fsamba.git s3:proto.h: remove duplicate prototypes. Michael --- diff --git a/source3/include/proto.h b/source3/include/proto.h index e00d644852a..af5181eca6b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1674,8 +1674,6 @@ bool winbind_lookup_rids(TALLOC_CTX *mem_ctx, int num_rids, uint32 *rids, const char **domain_name, const char ***names, enum lsa_SidType **types); -bool winbind_allocate_uid(uid_t *uid); -bool winbind_allocate_gid(gid_t *gid); /* The following definitions come from lib/wins_srv.c */