mirror of
https://github.com/nmap/nmap.git
synced 2026-07-04 23:32:04 +00:00
8 lines
107 B
C
8 lines
107 B
C
#ifndef LPEG
|
|
|
|
#define LPEG
|
|
#define LPEGLIBNAME "lpeg"
|
|
|
|
LUALIB_API int luaopen_lpeg (lua_State *L);
|
|
|
|
#endif
|