luasocket_scripts.h 776 B

1234567891011121314151617181920212223242526272829303132
  1. /* luasocket_scripts.h.h */
  2. #ifndef __LUA_MODULES_606BA1C00D116CA81B695C141D124DB7_H_
  3. #define __LUA_MODULES_606BA1C00D116CA81B695C141D124DB7_H_
  4. #if __cplusplus
  5. extern "C" {
  6. #endif
  7. #include "lua.h"
  8. void luaopen_luasocket_scripts(lua_State* L);
  9. /*
  10. int luaopen_lua_m_ltn12(lua_State* L);
  11. int luaopen_lua_m_mime(lua_State* L);
  12. int luaopen_lua_m_socket_ftp(lua_State* L);
  13. int luaopen_lua_m_socket_headers(lua_State* L);
  14. int luaopen_lua_m_socket_http(lua_State* L);
  15. int luaopen_lua_m_socket_mbox(lua_State* L);
  16. int luaopen_lua_m_socket_smtp(lua_State* L);
  17. int luaopen_lua_m_socket_tp(lua_State* L);
  18. int luaopen_lua_m_socket_url(lua_State* L);
  19. int luaopen_lua_m_socket(lua_State* L);
  20. */
  21. #if __cplusplus
  22. }
  23. #endif
  24. #endif /* __LUA_MODULES_606BA1C00D116CA81B695C141D124DB7_H_ */