diff options
author | Michael Adam <obnox@samba.org> | 2009-01-28 12:41:04 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-01-28 12:41:04 +0100 |
commit | 1021c752ea4fec887d732ac02b8cfbadc45d8686 (patch) | |
tree | e462a48d5f1f04260ad851d93a652f6091059bc4 | |
parent | 5ec52659da8282752535d2ef9f7cb875fcaf93f2 (diff) | |
download | samba-1021c752ea4fec887d732ac02b8cfbadc45d8686.tar.gz samba-1021c752ea4fec887d732ac02b8cfbadc45d8686.tar.xz samba-1021c752ea4fec887d732ac02b8cfbadc45d8686.zip |
s3:winbind: remove prototype for non-existent function from winbind_proto.h
Michael
-rw-r--r-- | source3/winbindd/winbindd_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 87639dc59ee..977ee9c6b12 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); |