X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fdropin.h;h=ed6b38568f205cfde3172d7ad17cbb6dd037840b;hb=1e83b05ef7ffb268efadc42c3dfed606854cd71f;hp=5601a312fd26ec7288d3e71c4b9990b472da2c35;hpb=5e00a24e1f13fa70a6945831c409d873b7809d11;p=meshlink diff --git a/src/dropin.h b/src/dropin.h index 5601a312..ed6b3856 100644 --- a/src/dropin.h +++ b/src/dropin.h @@ -1,7 +1,6 @@ /* dropin.h -- header file for dropin.c - Copyright (C) 2000-2005 Ivo Timmermans, - 2000-2013 Guus Sliepen + Copyright (C) 2014 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,10 +23,6 @@ #include "fake-getaddrinfo.h" #include "fake-getnameinfo.h" -#ifndef HAVE_DAEMON -extern int daemon(int, int); -#endif - #ifndef HAVE_GET_CURRENT_DIR_NAME extern char *get_current_dir_name(void); #endif