aboutsummaryrefslogtreecommitdiffstats
path: root/daemonize.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemonize.h')
-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