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
2019-02-07 15:26:43 -06:00

8 lines
93 B
C

#ifndef _WIN32
#include "tcp.h"
glv_tcp_t* glv_tcp_create_server(uint16_t port) {
}
#endif