From f38163772cb8ca25c440393132e8678e65437320 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 16 Sep 2018 21:52:46 +0200 Subject: Add simple cron implementation Signed-off-by: David Oberhollenzer --- lib/include/service.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/include/service.h') diff --git a/lib/include/service.h b/lib/include/service.h index ceaf782..abe4968 100644 --- a/lib/include/service.h +++ b/lib/include/service.h @@ -20,6 +20,8 @@ #include +#include "util.h" + enum { /* Start the service in the background and continue with @@ -123,5 +125,9 @@ const char *svc_target_to_string(int target); int svc_target_from_string(const char *target); +int setup_tty(const char *tty, bool truncate); + +NORETURN void argv_exec(exec_t *e); + #endif /* SERVICE_H */ -- cgit v1.2.3