This repository has been archived on 2021-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
glovechat/src/sock/tcp_bsd.c

8 lines
93 B
C
Raw Normal View History

2019-02-06 16:44:58 +00:00
#ifndef _WIN32
#include "tcp.h"
2019-02-07 21:26:43 +00:00
glv_tcp_t* glv_tcp_create_server(uint16_t port) {
2019-02-06 16:44:58 +00:00
2019-02-07 21:26:43 +00:00
}
2019-02-06 16:44:58 +00:00
#endif