summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-07 17:20:49 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-15 10:53:01 +0100
commit722c364c39bc0ed81e9577fb522f684c0104e26c (patch)
tree1cd05074df1847151b4d597eae9072e3b18255f4 /src/db/sysdb.h
parent3187afe4aafa562f2a6747846181ac06d0659dff (diff)
downloadsssd-722c364c39bc0ed81e9577fb522f684c0104e26c.tar.gz
sssd-722c364c39bc0ed81e9577fb522f684c0104e26c.tar.xz
sssd-722c364c39bc0ed81e9577fb522f684c0104e26c.zip
Add domain argument to sysdb_get_new_id()
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 04f35e22a..ab247f2f3 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -596,6 +596,7 @@ int sysdb_set_netgroup_attr(struct sysdb_ctx *sysdb,
/* Allocate a new id */
int sysdb_get_new_id(struct sysdb_ctx *sysdb,
+ struct sss_domain_info *domain,
uint32_t *id);
/* Add user (only basic attrs and w/o checks) */