Browse Source

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

Wendal Chen 9 months ago
parent
commit
370bcad853
1 changed files with 0 additions and 10 deletions
  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