Files
chipper/include/chipper_daemon.h
T
darwincereska 4a0aabce43 feat: first init
- Simple unix daemon
- Python, Go, and C client
2026-04-13 22:34:27 -04:00

13 lines
191 B
C

/**
* @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