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