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

10 lines
115 B
C

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