1
0
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:
fyodor
2007-08-11 06:05:48 +00:00
parent 0dc44d08b0
commit 78f15a7f65
10 changed files with 181 additions and 55 deletions

9
nselib/pcre.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef PCRE_H
#define PCRE_H
#define NSE_PCRELIBNAME "pcre"
LUALIB_API int luaopen_pcre(lua_State *L);
#endif