diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-28 10:34:02 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-01-31 09:37:40 -0500 |
commit | e299638926171e0e92a36122aeff6611cd52418d (patch) | |
tree | e091b058ba862bc80ad5e6b8bbfb86955a796f15 /src/db/sysdb_services.h | |
parent | f660877b38e563c4aa0cb1431624069808873fec (diff) | |
download | sssd-e299638926171e0e92a36122aeff6611cd52418d.tar.gz sssd-e299638926171e0e92a36122aeff6611cd52418d.tar.xz sssd-e299638926171e0e92a36122aeff6611cd52418d.zip |
SYSDB: extend sysdb_store_service() to accept additional attributes
Diffstat (limited to 'src/db/sysdb_services.h')
-rw-r--r-- | src/db/sysdb_services.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/db/sysdb_services.h b/src/db/sysdb_services.h index c4ad1d34..97817d88 100644 --- a/src/db/sysdb_services.h +++ b/src/db/sysdb_services.h @@ -70,6 +70,8 @@ sysdb_store_service(struct sysdb_ctx *sysdb, int port, const char **aliases, const char **protocols, + struct sysdb_attrs *extra_attrs, + char **remove_attrs, uint64_t cache_timeout, time_t now); |