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
|