From 87d44606836a396209ffad68141e5c3a0986c788 Mon Sep 17 00:00:00 2001 From: rodri Date: Sun, 10 Jan 2021 12:05:02 +0000 Subject: move from an inetd-dependent program to a standalone concurrent server. --- fns.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fns.h (limited to 'fns.h') diff --git a/fns.h b/fns.h new file mode 100644 index 0000000..7eaa065 --- /dev/null +++ b/fns.h @@ -0,0 +1,7 @@ +void sysfatal(char*, ...); +void *emalloc(ulong); +void *erealloc(void*, ulong); +sockaddr_in *mkinetsa(char*, int); +int listentcp(int); +int bindudp(int); +int acceptcall(int, char*, int); -- cgit v1.2.3