mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 10:59:02 +00:00
make pcre an NSE C module
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
#include "nse_debug.h"
|
||||
|
||||
// 3rd Party libs
|
||||
#include "nse_pcrelib.h"
|
||||
|
||||
#include "nbase.h"
|
||||
|
||||
@@ -44,7 +43,6 @@ int init_lua(lua_State* l) {
|
||||
{LUA_STRLIBNAME, luaopen_string},
|
||||
{LUA_MATHLIBNAME, luaopen_math},
|
||||
{LUA_DBLIBNAME, luaopen_debug},
|
||||
{NSE_PCRELIBNAME, luaopen_pcrelib},
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user