summaryrefslogtreecommitdiff
path: root/minecproxy/systemd.h
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-30 08:10:04 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-30 08:10:04 +0200
commita89a0f918925a662503c1bcb28bdb06ab9b7ef25 (patch)
tree733b4c1ff841f99eeb3840c5948fef6c5bf76109 /minecproxy/systemd.h
parent8f29a4d23dd13a80aa26951b17e2a71f4e651cb1 (diff)
Share config parsing fully between server and cmdline tool
Diffstat (limited to 'minecproxy/systemd.h')
-rw-r--r--minecproxy/systemd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/minecproxy/systemd.h b/minecproxy/systemd.h
index d455044..fb9e3a4 100644
--- a/minecproxy/systemd.h
+++ b/minecproxy/systemd.h
@@ -1,8 +1,6 @@
#ifndef foosystemdhfoo
#define foosystemdhfoo
-char *systemd_object_path(const char *service);
-
void systemd_delete();
bool systemd_service_running(struct server *server);