diff options
author | June McEnroe <june@causal.agency> | 2020-08-16 23:01:25 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-16 23:01:25 -0400 |
commit | 6302579f2242830d2ab88930194d978707c174a9 (patch) | |
tree | 629fa90f37c4927927f616205c22b756c3600031 /daemon.h | |
parent | Only call setgroups as root (diff) | |
download | catsit-6302579f2242830d2ab88930194d978707c174a9.tar.gz catsit-6302579f2242830d2ab88930194d978707c174a9.zip |
Add drop command
Diffstat (limited to 'daemon.h')
-rw-r--r-- | daemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon.h b/daemon.h index 0398db9..b397f8e 100644 --- a/daemon.h +++ b/daemon.h @@ -130,6 +130,7 @@ extern struct Services { } services; int serviceAdd(const char *name, const char *command); +void serviceDrop(size_t index); void serviceStatus(struct Service *service); void serviceStart(struct Service *service); void serviceStop(struct Service *service); |