#ifndef foosystemdhfoo #define foosystemdhfoo char *systemd_service_object_path(struct cfg *cfg, const char *service); void systemd_delete(struct cfg *cfg); bool systemd_service_running(struct cfg *cfg, struct server *server); bool systemd_service_stop(struct cfg *cfg, struct server *server); bool systemd_service_start(struct cfg *cfg, struct server *server); /* void idle_refdump(struct idle *idle); void idle_delete(struct cfg *cfg, struct server *server); void idle_init(struct cfg *cfg, struct server *server); */ #endif