mirror of
https://github.com/log-chipper/chipper.git
synced 2026-06-11 09:13:23 -05:00
feat: first init
- Simple unix daemon - Python, Go, and C client
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @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
|
||||
Reference in New Issue
Block a user