add lua funcs names to Spell words && use tabs instead spaces
This commit is contained in:
@@ -1,19 +1,18 @@
|
||||
#ifndef _SYSCALLS_ARP_ENTRY_
|
||||
#define _SYSCALLS_ARP_ENTRY
|
||||
#ifndef __SYSCALLS_ARP_ENTRY__
|
||||
#define __SYSCALLS_ARP_ENTRY__
|
||||
|
||||
#include <lua.h>
|
||||
#include <lualib.h>
|
||||
#include <lauxlib.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
struct ARP_entry
|
||||
{
|
||||
uint32_t IP;
|
||||
char MAC[6];
|
||||
uint16_t Status;
|
||||
uint16_t TTL;
|
||||
uint32_t IP;
|
||||
char MAC[6];
|
||||
uint16_t Status;
|
||||
uint16_t TTL;
|
||||
};
|
||||
|
||||
#define syscalls_ARPEntry_name "ARPEntry"
|
||||
@@ -33,4 +32,4 @@ int syscalls_newindexARPEntry(lua_State* L);
|
||||
|
||||
void syscalls_register_ARPEntry(lua_State* L);
|
||||
|
||||
#endif
|
||||
#endif // __SYSCALLS_ARP_ENTRY__
|
||||
|
Reference in New Issue
Block a user