From: Michael Adam Date: Wed, 28 Jan 2009 11:41:04 +0000 (+0100) Subject: s3:winbind: remove prototype for non-existent function from winbind_proto.h X-Git-Tag: samba-4.0.0alpha7~417^2~302 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1021c752ea4fec887d732ac02b8cfbadc45d8686;p=thirdparty%2Fsamba.git s3:winbind: remove prototype for non-existent function from winbind_proto.h Michael --- 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);