callisto/lsocket.h
2023-06-25 16:47:09 +12:00

9 lines
106 B
C

#ifndef _LSOCKET_H_
#define _LSOCKET_H_
#include <lua.h>
int callistoopen_socket(lua_State *);
#endif