mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 21:09:19 +08:00
9697f95b8f
This reverts commit 15d999759e
.
7 lines
96 B
C
7 lines
96 B
C
#ifndef __NETIO_INCLUDE_H__
|
|
#define __NETIO_INCLUDE_H__
|
|
|
|
void netio_run(int max);
|
|
|
|
#endif
|