From: Michael Adam Date: Tue, 1 Jun 2010 13:33:28 +0000 (+0200) Subject: s3: remove prototype of inexistent lp_idmap_alloc_backend(). X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=b28d68c43e6e6b9162fa15f1156e6a5aad8a0ecf;p=metze%2Fsamba%2Fwip.git s3: remove prototype of inexistent lp_idmap_alloc_backend(). --- diff --git a/source3/include/proto.h b/source3/include/proto.h index e6857b7782a8..69605d8e00c0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3996,7 +3996,6 @@ bool lp_winbind_rpc_only(void); bool lp_create_krb5_conf(void); int lp_winbind_max_domain_connections(void); const char *lp_idmap_backend(void); -char *lp_idmap_alloc_backend(void); int lp_idmap_cache_time(void); int lp_idmap_negative_cache_time(void); int lp_keepalive(void);