aboutsummaryrefslogtreecommitdiff
path: root/src/net/lua.h
blob: 794e45fc0b22afc60b75e293020e29f23c5df0dd (plain)
1
2
3
4
5
6
7
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);