X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=daemon.h;h=e1b458f95cdc1c0231d2fe1fee5e3746a7ed154c;hb=5a2605faed93ad41cc6acb6509f226cd33456d2f;hp=2fec199105b24d5898d65f072bf75659e5d28c5f;hpb=320d839e39b3f6860823f5ecc839838d93c40414;p=apps%2Fpfixtools.git diff --git a/daemon.h b/daemon.h index 2fec199..e1b458f 100644 --- a/daemon.h +++ b/daemon.h @@ -39,4 +39,6 @@ int tcp_listen_nonblock(const struct sockaddr *addr, socklen_t len); int accept_nonblock(int fd); +int daemon_detach(void); + #endif