mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
8 lines
133 B
C
8 lines
133 B
C
#ifndef skynet_daemon_h
|
|
#define skynet_daemon_h
|
|
|
|
int daemon_init(const char *pidfile);
|
|
int daemon_exit(const char *pidfile);
|
|
|
|
#endif
|