diff options
author | Günther Deschner <gd@samba.org> | 2011-02-12 02:24:26 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-14 11:47:19 +0100 |
commit | f10cba1a0133199f1e7a6db0d70c50834e41b4bd (patch) | |
tree | ea939f7b0cf0b1f8f814f404c73872ce1ffc8bee | |
parent | 9d9659896bd8d765a77b967d3c98806acc327bde (diff) | |
download | samba-f10cba1a0133199f1e7a6db0d70c50834e41b4bd.tar.gz samba-f10cba1a0133199f1e7a6db0d70c50834e41b4bd.tar.bz2 samba-f10cba1a0133199f1e7a6db0d70c50834e41b4bd.zip |
s3-proto: remove prototype for non-existing functions.
Guenther
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 0 insertions, 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); |