summaryrefslogtreecommitdiff
path: root/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'daemon.h')
-rw-r--r--daemon.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/daemon.h b/daemon.h
new file mode 100644
index 0000000..dfb7b5b
--- /dev/null
+++ b/daemon.h
@@ -0,0 +1,7 @@
+#ifndef DAEMON_H
+#define DAEMON_H
+
+void daemonize();
+void daemonize_finished();
+
+#endif