mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 05:31:31 +00:00
10 lines
129 B
C
10 lines
129 B
C
#ifndef NSE_PCRELIB
|
|
#define NSE_PCRELIB
|
|
|
|
#define NSE_PCRELIBNAME "pcre"
|
|
|
|
LUALIB_API int luaopen_pcrelib (lua_State *L);
|
|
|
|
#endif
|
|
|