mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 02:47:56 +08:00
delete the surplus ';' in lib_icmp.h
This commit is contained in:
parent
768ba78d5f
commit
ea42de6642
@ -144,7 +144,7 @@ ICMP_API void icmp_ping_one(ICMP_CHAT *chat, const char *domain,
|
||||
*/
|
||||
|
||||
ICMP_API ICMP_STREAM* icmp_stream_open(ACL_AIO *aio);
|
||||
ICMP_API void icmp_stream_close(ICMP_STREAM* is);;
|
||||
ICMP_API void icmp_stream_close(ICMP_STREAM* is);
|
||||
ICMP_API ACL_VSTREAM *icmp_vstream(ICMP_STREAM *is);
|
||||
ICMP_API void icmp_stream_from(ICMP_STREAM *is, struct sockaddr_in *addr);
|
||||
ICMP_API void icmp_stream_dest(ICMP_STREAM *is, struct sockaddr_in *addr);
|
||||
|
Loading…
Reference in New Issue
Block a user