From f10cba1a0133199f1e7a6db0d70c50834e41b4bd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Sat, 12 Feb 2011 02:24:26 +0100 Subject: s3-proto: remove prototype for non-existing functions. Guenther --- source3/include/proto.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/include/proto.h b/source3/include/proto.h index 08787487fb..f584216f0b 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); -- cgit