libcryfs/daemon/daemonize.h
2015-10-15 03:39:02 +02:00

9 lines
126 B
C++

#ifndef CPPUTILS_DAEMON_DAEMONIZE_H
#define CPPUTILS_DAEMON_DAEMONIZE_H
namespace cpputils {
void daemonize();
}
#endif