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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index de5953c2e..96bbb8d2f 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -806,9 +806,11 @@ errno_t sysdb_set_bool(struct sysdb_ctx *sysdb,
bool value);
errno_t sysdb_has_enumerated(struct sysdb_ctx *sysdb,
+ struct sss_domain_info *domain,
bool *has_enumerated);
errno_t sysdb_set_enumerated(struct sysdb_ctx *sysdb,
+ struct sss_domain_info *domain,
bool enumerated);
errno_t sysdb_remove_attrs(struct sysdb_ctx *sysdb,