From 10023e21207d9cdd0c299efeca116a1bae6cad1c Mon Sep 17 00:00:00 2001 From: lns Date: Sun, 22 Apr 2018 18:58:49 +0200 Subject: POTD skeleton #24. Signed-off-by: lns --- src/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index f391943..dc89311 100644 --- a/src/utils.h +++ b/src/utils.h @@ -8,6 +8,6 @@ void set_procname(char *arg0, const char *newname); -int daemonize(void); +pid_t daemonize(int stay_foreground); #endif -- cgit v1.2.3