From 1021c752ea4fec887d732ac02b8cfbadc45d8686 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 28 Jan 2009 12:41:04 +0100 Subject: [PATCH] s3:winbind: remove prototype for non-existent function from winbind_proto.h Michael --- source3/winbindd/winbindd_proto.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 87639dc59eee..977ee9c6b12f 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); -- 2.34.1