aboutsummaryrefslogtreecommitdiffstats
path: root/daemonize.h
diff options
context:
space:
mode:
authorTushar Pankaj <tushar.s.pankaj@gmail.com>2018-11-06 19:46:37 -0600
committerTushar Pankaj <tushar.s.pankaj@gmail.com>2018-11-06 19:46:37 -0600
commitf47c0ab12e6f877ccfa125c6b59f6fe804e01f5a (patch)
tree3394dc91fbc9075a3d58f267d7333765ff54e07b /daemonize.h
parentAdd daemonize function to fork off as a daemon. (diff)
downloadwg-dynamic-f47c0ab12e6f877ccfa125c6b59f6fe804e01f5a.tar.xz
wg-dynamic-f47c0ab12e6f877ccfa125c6b59f6fe804e01f5a.zip
Didn't realize libc has daemon()
Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
Diffstat (limited to '')
-rw-r--r--daemonize.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/daemonize.h b/daemonize.h
deleted file mode 100644
index 3720ff1..0000000
--- a/daemonize.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: MIT */
-/*
- * Copyright (C) 2018 Wireguard LLC
- */
-
-#ifndef DAEMONIZE_H
-#define DAEMONIZE_H
-
-void daemonize(void);
-
-#endif