--- embedaddon/miniupnpd/daemonize.h 2012/02/21 23:16:02 1.1.1.1 +++ embedaddon/miniupnpd/daemonize.h 2013/07/22 00:32:35 1.1.1.2 @@ -1,18 +1,18 @@ -/* $Id: daemonize.h,v 1.1.1.1 2012/02/21 23:16:02 misho Exp $ */ +/* $Id: daemonize.h,v 1.1.1.2 2013/07/22 00:32:35 misho Exp $ */ /* MiniUPnP project * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ - * (c) 2006 Thomas Bernard + * (c) 2006 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ -#ifndef __DAEMONIZE_H__ -#define __DAEMONIZE_H__ +#ifndef DAEMONIZE_H_INCLUDED +#define DAEMONIZE_H_INCLUDED #include "config.h" #ifndef USE_DAEMON /* daemonize() - * "fork" to background, detach from terminal, etc... + * "fork" to background, detach from terminal, etc... * returns: pid of the daemon, exits upon failure */ int daemonize(void);