mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
9 lines
107 B
C
9 lines
107 B
C
#ifndef LPEG
|
|
|
|
#define LPEG
|
|
#define LPEGLIBNAME "lpeg"
|
|
|
|
LUALIB_API int luaopen_lpeg (lua_State *L);
|
|
|
|
#endif
|