mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 16:39:03 +00:00
make pcre an NSE C module
This commit is contained in:
9
nselib/pcre.h
Normal file
9
nselib/pcre.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef PCRE_H
|
||||
#define PCRE_H
|
||||
|
||||
#define NSE_PCRELIBNAME "pcre"
|
||||
|
||||
LUALIB_API int luaopen_pcre(lua_State *L);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user