summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/common')
-rw-r--r--source4/lib/ldb/common/ldb_options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb_options.c b/source4/lib/ldb/common/ldb_options.c
index f806057eb6..f07f393562 100644
--- a/source4/lib/ldb/common/ldb_options.c
+++ b/source4/lib/ldb/common/ldb_options.c
@@ -46,7 +46,7 @@
For the NAME form, returns a pointer to an empty string (thus
allowing for boolean options).
*/
-_PRIVATE_ const char *ldb_options_find(struct ldb_context *ldb, const char *options[],
+const char *ldb_options_find(struct ldb_context *ldb, const char *options[],
const char *option_name)
{
size_t len = strlen(option_name);