cctools
daemon.h
1/*
2 * Copyright (C) 2022 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
23void daemonize (int cdroot, const char *pidfile);
24
25#endif /* DAEMONIZE_H */