Ahem, use non blocking IO. silly me.
[apps/pfixtools.git] / daemon.h
index 5e3b30f..155ee06 100644 (file)
--- a/daemon.h
+++ b/daemon.h
@@ -37,5 +37,6 @@
 #define POSTLICYD_DAEMON_H
 
 int tcp_listen(const struct sockaddr *addr, socklen_t len);
+int accept_nonblock(int fd);
 
 #endif