From 3187afe4aafa562f2a6747846181ac06d0659dff Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 7 Jan 2013 17:18:42 -0500 Subject: Add domain argument to sysdb_set_netgroup_attr() --- src/db/sysdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/db/sysdb.h') diff --git a/src/db/sysdb.h b/src/db/sysdb.h index e96bc5a3..04f35e22 100644 --- a/src/db/sysdb.h +++ b/src/db/sysdb.h @@ -589,6 +589,7 @@ int sysdb_set_group_attr(struct sysdb_ctx *sysdb, /* Replace netgroup attrs */ int sysdb_set_netgroup_attr(struct sysdb_ctx *sysdb, + struct sss_domain_info *domain, const char *name, struct sysdb_attrs *attrs, int mod_op); -- cgit