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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 609921fbb..15cf944d2 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -946,6 +946,9 @@ int sysdb_mod_group_member(struct sss_domain_info *domain,
struct ldb_dn *group_dn,
int mod_op);
+errno_t sysdb_refresh_group_memberships(struct sss_domain_info *dom,
+ struct ldb_dn *dn);
+
int sysdb_store_user(struct sss_domain_info *domain,
const char *name,
const char *pwd,