summaryrefslogtreecommitdiff
path: root/daemon.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-09-04 13:16:45 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-09-04 13:16:45 +0200
commitf7d8db93610a13cb44d5a51c391049e84f670e0e (patch)
treef102245c59b5b39bcd7ee507eac583469ae01c5b /daemon.h
parentd7c16ed5027b806600fd65300cd32d813b69afca (diff)
Added kill switch.
Diffstat (limited to 'daemon.h')
-rw-r--r--daemon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon.h b/daemon.h
index dfb7b5b..db706dc 100644
--- a/daemon.h
+++ b/daemon.h
@@ -2,6 +2,7 @@
#define DAEMON_H
void daemonize();
+void daemon_kill();
void daemonize_finished();
#endif