From 338dcccc8d8532a446fa60dc65092b5510c06e3a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 9 Apr 2022 11:57:42 +0100 Subject: various improvements --- util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util.h') 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_ */ -- cgit v1.2.3