diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-25 20:40:37 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-25 20:40:37 +0100 |
commit | b5bd6636907c76f6bb562b62abca78a7aeed83d8 (patch) | |
tree | 56f181f238716ba2b530cf3a723f6a28497bf7c6 /source4/lib/ldb/include | |
parent | a17f0ab3e0228edcd02b5f180252a54492feb6b8 (diff) | |
download | samba-b5bd6636907c76f6bb562b62abca78a7aeed83d8.tar.gz samba-b5bd6636907c76f6bb562b62abca78a7aeed83d8.tar.bz2 samba-b5bd6636907c76f6bb562b62abca78a7aeed83d8.zip |
Fix use of realpath, fix init functions for ldb.
(This used to be commit ca510136d2c4cae8f520c76df6aaadb5d412bea1)
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r-- | source4/lib/ldb/include/ldb_private.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h index d2dcc675a5..65bdc713db 100644 --- a/source4/lib/ldb/include/ldb_private.h +++ b/source4/lib/ldb/include/ldb_private.h @@ -185,11 +185,13 @@ extern const struct ldb_module_ops ldb_paged_results_module_ops; extern const struct ldb_module_ops ldb_rdn_name_module_ops; extern const struct ldb_module_ops ldb_schema_module_ops; extern const struct ldb_module_ops ldb_asq_module_ops; -extern const struct ldb_module_ops ldb_sort_module_ops; +extern const struct ldb_module_ops ldb_server_sort_module_ops; extern const struct ldb_module_ops ldb_ldap_module_ops; extern const struct ldb_module_ops ldb_ildap_module_ops; extern const struct ldb_module_ops ldb_tdb_module_ops; extern const struct ldb_module_ops ldb_sqlite3_module_ops; +extern const struct ldb_module_ops ldb_wins_ldb_module_ops; +extern const struct ldb_module_ops ldb_ranged_results_module_ops; extern const struct ldb_backend_ops ldb_tdb_backend_ops; extern const struct ldb_backend_ops ldb_sqlite3_backend_ops; |