#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