From 90e27b4356f2a6ab98e812c4096b0b76f94a8fb3 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 7 Jul 2020 18:41:38 +0200 Subject: Flesh out the ping implementation --- minecproxy/systemd.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 minecproxy/systemd.h (limited to 'minecproxy/systemd.h') diff --git a/minecproxy/systemd.h b/minecproxy/systemd.h deleted file mode 100644 index f3f96e4..0000000 --- a/minecproxy/systemd.h +++ /dev/null @@ -1,13 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef foosystemdhfoo -#define foosystemdhfoo - -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