mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-23 03:23:08 +00:00
7 lines
112 B
C
7 lines
112 B
C
#ifndef SKYNET_MASTER_H
|
|
#define SKYNET_MASTER_H
|
|
|
|
void skynet_master(void * context, const char * port);
|
|
|
|
#endif
|