9 lines
106 B
C
9 lines
106 B
C
#ifndef _LSOCKET_H_
|
|
|
|
#define _LSOCKET_H_
|
|
|
|
#include <lua.h>
|
|
|
|
int callistoopen_socket(lua_State *);
|
|
|
|
#endif
|