aboutsummaryrefslogtreecommitdiffstats
path: root/daemonize.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemonize.h')
-rw-r--r--daemonize.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/daemonize.h b/daemonize.h
new file mode 100644
index 0000000..3720ff1
--- /dev/null
+++ b/daemonize.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: MIT */
+/*
+ * Copyright (C) 2018 Wireguard LLC
+ */
+
+#ifndef DAEMONIZE_H
+#define DAEMONIZE_H
+
+void daemonize(void);
+
+#endif