summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-07 17:09:16 -0500
committerSimo Sorce <simo@redhat.com>2013-01-11 10:43:11 -0500
commit2252c24404d44e2e33054803995506f67c06f021 (patch)
tree8cbb3ec458cf03edf763db080ddd26c9944e2741 /src/db/sysdb.h
parent02f63e94e3b55195b6ba42676335000fbcc65e54 (diff)
downloadsssd-2252c24404d44e2e33054803995506f67c06f021.tar.gz
sssd-2252c24404d44e2e33054803995506f67c06f021.tar.xz
sssd-2252c24404d44e2e33054803995506f67c06f021.zip
Add domain argument to sysdb_set_user_attr()
Diffstat (limited to 'src/db/sysdb.h')
-rw-r--r--src/db/sysdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 739842dfb..2b514ddc9 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -575,6 +575,7 @@ int sysdb_set_entry_attr(struct sysdb_ctx *sysdb,
/* Replace user attrs */
int sysdb_set_user_attr(struct sysdb_ctx *sysdb,
+ struct sss_domain_info *domain,
const char *name,
struct sysdb_attrs *attrs,
int mod_op);