1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-18 21:49:01 +00:00
Files
nmap/nselib/pcre.h
2007-08-11 06:05:48 +00:00

10 lines
115 B
C

#ifndef PCRE_H
#define PCRE_H
#define NSE_PCRELIBNAME "pcre"
LUALIB_API int luaopen_pcre(lua_State *L);
#endif