The Wayback Machine - https://web.archive.org/web/20211224213923/https://github.com/nmap/nmap/blob/master/nse_pcrelib.h
Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
#ifndef NSE_PCRELIB
#define NSE_PCRELIB
#define NSE_PCRELIBNAME "pcre"
LUALIB_API int luaopen_pcrelib (lua_State *L);
#endif