summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 510687495..1bb5fb861 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -516,8 +516,8 @@ int sysdb_search_entry(TALLOC_CTX *mem_ctx,
int scope,
const char *filter,
const char **attrs,
- size_t *msgs_count,
- struct ldb_message ***msgs);
+ size_t *_msgs_count,
+ struct ldb_message ***_msgs);
/* Search User (by uid, sid or name) */
int sysdb_search_user_by_name(TALLOC_CTX *mem_ctx,