1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 05:31:31 +00:00
Files
nmap/nse_pcrelib.h
2006-12-11 00:34:26 +00:00

10 lines
129 B
C

#ifndef NSE_PCRELIB
#define NSE_PCRELIB
#define NSE_PCRELIBNAME "pcre"
LUALIB_API int luaopen_pcrelib (lua_State *L);
#endif