mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-16 01:40:52 +08:00
550b1095de
This reverts commit dff6771da7
.
6 lines
135 B
C
6 lines
135 B
C
#pragma once
|
|
#include "lib_acl.h"
|
|
|
|
void aio_client_start(ACL_AIO *aio, const char *addr, int max_connect);
|
|
void aio_client_init(void);
|