From f79a7a7be18d68bf264efc60d82838d03048da6b Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 18 Jan 2016 15:50:50 -0600 Subject: rc: make get_systype similar to the old rc_sys function --- src/includes/rc-misc.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/includes') diff --git a/src/includes/rc-misc.h b/src/includes/rc-misc.h index f2449cd7..de73c5c1 100644 --- a/src/includes/rc-misc.h +++ b/src/includes/rc-misc.h @@ -43,6 +43,7 @@ char *rc_conf_value(const char *var); bool rc_conf_yesno(const char *var); +char *get_systype(void); void env_filter(void); void env_config(void); int signal_setup(int sig, void (*handler)(int)); @@ -60,10 +61,6 @@ int is_writable(const char *); #define service_stop(service) exec_service(service, "stop"); int parse_mode(mode_t *, char *); -const char *detect_prefix(void); -const char *get_systype(void); -const char *detect_container(void); -const char *detect_vm(void); /* Handy function so we can wrap einfo around our deptree */ RC_DEPTREE *_rc_deptree_load (int, int *); -- cgit v1.2.3