diff options
| author | amelia squires <[email protected]> | 2024-08-26 12:41:30 -0500 |
|---|---|---|
| committer | amelia squires <[email protected]> | 2024-08-26 12:42:47 -0500 |
| commit | 064376146afad7af0b496014c59ba4b4f78d4c78 (patch) | |
| tree | 408852199d1e7cd5cfc628319671622ab8f51558 /src/net/lua.h | |
| parent | b093eebff0f8c6dedc49c62747049fe7e464c8f3 (diff) | |
sort networking code
Diffstat (limited to 'src/net/lua.h')
| -rw-r--r-- | src/net/lua.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/net/lua.h b/src/net/lua.h new file mode 100644 index 0000000..794e45f --- /dev/null +++ b/src/net/lua.h @@ -0,0 +1,8 @@ +#include "common.h" + +int l_write(lua_State* L); +int l_send(lua_State* L); +int l_close(lua_State* L); +int l_roll(lua_State* L); +#define bsize 512 +int l_sendfile(lua_State* L); |
