summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-01-27 05:10:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:32 -0500
commitffa41a12642445bc89ba0a6e12c0c97e118b121a (patch)
tree43df68e3d659e7c16ebc7d19c7947a7f168add6d /source4/lib/ldb/include
parent70e092c20a2951c64050a5eb8824b80c96bc9ffb (diff)
downloadsamba-ffa41a12642445bc89ba0a6e12c0c97e118b121a.tar.gz
samba-ffa41a12642445bc89ba0a6e12c0c97e118b121a.tar.bz2
samba-ffa41a12642445bc89ba0a6e12c0c97e118b121a.zip
r13181: Fix standalone ldb build
(This used to be commit e9059ea0c56c1fd9886eb038df5455efe11962f8)
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r--source4/lib/ldb/include/ldb_private.h1
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 d95abccc1b..6871d8d552 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -158,6 +158,7 @@ struct ldb_module *paged_results_module_init(struct ldb_context *ldb, const char
struct ldb_module *rdn_name_module_init(struct ldb_context *ldb, const char *options[]);
struct ldb_module *schema_module_init(struct ldb_context *ldb, const char *options[]);
struct ldb_module *server_sort_module_init(struct ldb_context *ldb, const char *options[]);
+struct ldb_module *asq_module_init(struct ldb_context *ldb, const char *options[]);
int ldb_match_msg(struct ldb_context *ldb,