make working classes && add vscode config && add lua submodule
This commit is contained in:
@@ -22,15 +22,15 @@ struct ARP_entry
|
||||
/*
|
||||
* Create ARPEntry
|
||||
*/
|
||||
void syscalls_pushARPEntry(lua_State *L, struct ARP_entry *entry);
|
||||
struct ARP_entry* syscalls_pushARPEntry(lua_State* L);
|
||||
|
||||
/*
|
||||
* shell of syscalls_createARPEntry for lua
|
||||
*/
|
||||
int syscalls_newARPEntry(lua_State *L);
|
||||
int syscalls_indexARPEntry(lua_State *L);
|
||||
int syscalls_newindexARPEntry(lua_State *L);
|
||||
int syscalls_newARPEntry(lua_State* L);
|
||||
int syscalls_indexARPEntry(lua_State* L);
|
||||
int syscalls_newindexARPEntry(lua_State* L);
|
||||
|
||||
void syscalls_register_ARPEntry(lua_State *L);
|
||||
void syscalls_register_ARPEntry(lua_State* L);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user