summaryrefslogtreecommitdiff
path: root/systemd.h
diff options
context:
space:
mode:
Diffstat (limited to 'systemd.h')
-rw-r--r--systemd.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/systemd.h b/systemd.h
deleted file mode 100644
index d455044..0000000
--- a/systemd.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef foosystemdhfoo
-#define foosystemdhfoo
-
-char *systemd_object_path(const char *service);
-
-void systemd_delete();
-
-bool systemd_service_running(struct server *server);
-
-bool systemd_service_stop(struct server *server);
-
-bool systemd_service_start(struct server *server);
-
-#endif