/** * @file chipper_daemon */ #ifndef CHIPPER_DAEMON_H #define CHIPPER_DAEMON_H #include "chipper_common.h" int chipper_run_daemon(const ChipperOptions *opts); #endif // CHIPPER_DAEMON_H