X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=daemon.h;fp=daemon.h;h=155ee067cb4457d810a4432efbd7f4f4cdfce7b2;hb=90f03cb500b9d269c49291a257eb9472fd6c8fad;hp=5e3b30f07c38a94c5b454430f515f3d24651b0bb;hpb=929d7c4772f885850ff8cea577bf5346c8a6224b;p=apps%2Fpfixtools.git diff --git a/daemon.h b/daemon.h index 5e3b30f..155ee06 100644 --- 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