From: Günther Deschner Date: Sat, 12 Feb 2011 01:24:26 +0000 (+0100) Subject: s3-proto: remove prototype for non-existing functions. X-Git-Tag: tevent-0.9.11~678 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f10cba1a0133199f1e7a6db0d70c50834e41b4bd;p=thirdparty%2Fsamba.git s3-proto: remove prototype for non-existing functions. Guenther --- diff --git a/source3/include/proto.h b/source3/include/proto.h index 08787487fbf..f584216f0ba 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -334,10 +334,6 @@ bool pdb_get_dom_grp_info(const struct dom_sid *sid, struct acct_info *info); bool pdb_set_dom_grp_info(const struct dom_sid *sid, const struct acct_info *info); NTSTATUS pdb_create_builtin_alias(uint32 rid); -/* The following definitions come from groupdb/mapping_ldb.c */ - -const struct mapping_backend *groupdb_ldb_init(void); - /* The following definitions come from groupdb/mapping_tdb.c */ const struct mapping_backend *groupdb_tdb_init(void);