cctools
daemon.h
1 /*
2  * Copyright (C) 2011- The University of Notre Dame
3  * This software is distributed under the GNU General Public License.
4  * See the file COPYING for details.
5  */
6 
7 #ifndef DAEMON_H
8 #define DAEMON_H
9 
19 void daemonize (int cdroot);
20 
21 #endif /* DAEMONIZE_H */