X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fdropin.h;fp=lib%2Fdaemon.h;h=a104b38e1197ba16699321f96a73dd1f23d4150d;hp=ce23b76298dce6fb7c424bdb6bdf46debb811046;hb=c94f7637427f4c89d56c41fe4c75f2970b664a63;hpb=3ff76eb10acc55b6f269c1075de6bbaa5bc83516 diff --git a/lib/daemon.h b/lib/dropin.h similarity index 81% rename from lib/daemon.h rename to lib/dropin.h index ce23b762..a104b38e 100644 --- a/lib/daemon.h +++ b/lib/dropin.h @@ -17,14 +17,18 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: daemon.h,v 1.1.2.1 2000/11/24 23:30:50 guus Exp $ + $Id: dropin.h,v 1.1.2.1 2000/11/28 23:23:41 zarq Exp $ */ -#ifndef __DAEMON_H__ -#define __DAEMON_H__ +#ifndef __DROPIN_H__ +#define __DROPIN_H__ #ifndef HAVE_DAEMON extern int daemon(int, int); #endif -#endif /* __DAEMON_H__ */ +#ifndef HAVE_GET_CURRENT_DIR_NAME +extern char* get_current_dir_name(void); +#endif + +#endif /* __DROPIN_H__ */