summaryrefslogtreecommitdiffstats
path: root/src/h_luac.h
blob: 37c6536cd646f7ef0c72d1007a0d2a2d32e0930b (plain)
1
2
3
4
5
6
7
#ifndef _H_LUAC_H
#define _H_LUAC_H

void luac_doscript(buffer_t *script, char *name);
int h_luac_loadfile(lua_State * L);

#endif