diff options
author | Michael Adam <obnox@samba.org> | 2009-01-22 12:34:43 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-01-30 00:17:58 +0100 |
commit | aeb23872e25fb720140a10ce01a4211d228b6555 (patch) | |
tree | f50c2a8fffaf38188ebd9569f1fae0259ff3568f /source3/include | |
parent | f2224e53b23ffdc0157330527585649c0e5ca635 (diff) | |
download | samba-aeb23872e25fb720140a10ce01a4211d228b6555.tar.gz samba-aeb23872e25fb720140a10ce01a4211d228b6555.tar.bz2 samba-aeb23872e25fb720140a10ce01a4211d228b6555.zip |
s3:proto.h: remove duplicate prototypes.
Michael
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index e00d644852..af5181eca6 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 */ |