projects
/
lemu
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
rough framework
[lemu]
/
lua_interface.h
1
#ifndef LUA_INTERFACE_H
2
#define LUA_INTERFACE_H
3
4
int
lemu_connection_luainit
(
lua_State
*);
5
6
int
lemu_connection_push
(
lua_State
*,
struct
connection
*);
7
8
#endif
/* LUA_INTERFACE_H */