summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-01-28 12:41:04 +0100
committerMichael Adam <obnox@samba.org>2009-01-28 12:41:04 +0100
commit1021c752ea4fec887d732ac02b8cfbadc45d8686 (patch)
treee462a48d5f1f04260ad851d93a652f6091059bc4 /source3
parent5ec52659da8282752535d2ef9f7cb875fcaf93f2 (diff)
downloadsamba-1021c752ea4fec887d732ac02b8cfbadc45d8686.tar.gz
samba-1021c752ea4fec887d732ac02b8cfbadc45d8686.tar.bz2
samba-1021c752ea4fec887d732ac02b8cfbadc45d8686.zip
s3:winbind: remove prototype for non-existent function from winbind_proto.h
Michael
Diffstat (limited to 'source3')
-rw-r--r--source3/winbindd/winbindd_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 87639dc59e..977ee9c6b1 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -498,7 +498,6 @@ void winbindd_lookupname(struct winbindd_cli_state *state);
void winbindd_lookuprids(struct winbindd_cli_state *state);
void winbindd_sid_to_uid(struct winbindd_cli_state *state);
void winbindd_sid_to_gid(struct winbindd_cli_state *state);
-void winbindd_sids_to_unixids(struct winbindd_cli_state *state);
void winbindd_set_mapping(struct winbindd_cli_state *state);
void winbindd_remove_mapping(struct winbindd_cli_state *state);
void winbindd_set_hwm(struct winbindd_cli_state *state);