00001 /* 00002 * Copyright (C) 2011- The University of Notre Dame 00003 * This software is distributed under the GNU General Public License. 00004 * See the file COPYING for details. 00005 */ 00006 00007 #ifndef DAEMON_H 00008 #define DAEMON_H 00009 00023 void daemonize (int cdroot, const char *pidfile); 00024 00025 #endif /* DAEMONIZE_H */