浏览代码

remove: 移除早已经废弃的luat_socket.h

Wendal Chen 9 月之前
父节点
当前提交
370bcad853
共有 1 个文件被更改,包括 0 次插入10 次删除
  1. 0 10
      luat/include/luat_socket.h

+ 0 - 10
luat/include/luat_socket.h

@@ -1,10 +0,0 @@
-#ifndef LUAT_SOCKET_H
-#define LUAT_SOCKET_H
-#include "luat_base.h"
-
-int luat_socket_ntp_sync(const char* ntpServer);
-int luat_socket_tsend(const char* hostname, int port, void* buff, int len);
-int luat_socket_is_ready(void);
-uint32_t luat_socket_selfip(void);
-
-#endif