mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 21:49:01 +00:00
10 lines
115 B
C
10 lines
115 B
C
#ifndef PCRE_H
|
|
#define PCRE_H
|
|
|
|
#define NSE_PCRELIBNAME "pcre"
|
|
|
|
LUALIB_API int luaopen_pcre(lua_State *L);
|
|
|
|
#endif
|
|
|