summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index 55f6e38..aadab9c 100644
--- a/util.h
+++ b/util.h
@@ -10,5 +10,7 @@ extern int fd_drain (int fd);
extern int open_tty (const char *path, int baud);
extern int open_tcp_client (const char *host, unsigned port);
extern int open_tcp_server (unsigned port);
+extern int daemonish (int nochdir, int noclose);
+extern int local_isalnum (char c);
#endif /* _util_h_ */