diff options
author | Simo Sorce <idra@samba.org> | 2005-05-22 10:02:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:58 -0500 |
commit | fc21940da5d35ae03f73834fb6ed61de5dc15bf1 (patch) | |
tree | 1d08f355c34348a9f2fec6651cc02c2ebd372ebc /source4/lib/ldb/include/ldb_private.h | |
parent | e4d5dde7c8012f8585019d417a854399943fe0d8 (diff) | |
download | samba-fc21940da5d35ae03f73834fb6ed61de5dc15bf1.tar.gz samba-fc21940da5d35ae03f73834fb6ed61de5dc15bf1.tar.bz2 samba-fc21940da5d35ae03f73834fb6ed61de5dc15bf1.zip |
r6931: declare this to avoid warnings until we have loadable modules
(This used to be commit 73258909dbd4e14f3c8eb5cebe0647539d141c8d)
Diffstat (limited to 'source4/lib/ldb/include/ldb_private.h')
-rw-r--r-- | source4/lib/ldb/include/ldb_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h index 7a0b2fef75..4f86655a76 100644 --- a/source4/lib/ldb/include/ldb_private.h +++ b/source4/lib/ldb/include/ldb_private.h @@ -110,6 +110,7 @@ struct ldb_context *lldb_connect(const char *url, unsigned int flags, const char *options[]); struct ldb_module *timestamps_module_init(struct ldb_context *ldb, const char *options[]); +struct ldb_module *schema_module_init(struct ldb_context *ldb, const char *options[]); const char **ldb_options_parse(const char **options, int *ldbopts, const char *arg); |