aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib.h')
-rw-r--r--lib/lib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lib.h b/lib/lib.h
index f66a70c7..4e657a17 100644
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -202,3 +202,5 @@ unsigned long get_int_value(const char *numstr, unsigned lowrange, unsigned high
// grep helper functions
char *astrcat (char *, char *);
char *xastrcat (char *, char *);
+
+void daemonize(void);