From 8c27290245b7bcc7cd2f72f3b4a7562294b43bbe Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 23 Jun 2020 16:25:36 +0200 Subject: Split directories better --- systemd.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 systemd.h (limited to 'systemd.h') 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 -- cgit v1.2.3