summaryrefslogtreecommitdiffstats
path: root/src/db/sysdb_services.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/sysdb_services.h')
-rw-r--r--src/db/sysdb_services.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/db/sysdb_services.h b/src/db/sysdb_services.h
index 97817d88b..29d531ed8 100644
--- a/src/db/sysdb_services.h
+++ b/src/db/sysdb_services.h
@@ -85,4 +85,10 @@ sysdb_svc_delete(struct sysdb_ctx *sysdb,
int port,
const char *proto);
+errno_t
+sysdb_set_service_attr(struct sysdb_ctx *sysdb,
+ const char *name,
+ struct sysdb_attrs *attrs,
+ int mod_op);
+
#endif /* SYSDB_SERVICES_H_ */