1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00
Files
nmap/nse_zlib.h
2017-09-13 01:54:19 +00:00

10 lines
108 B
C

#ifndef ZLIB
#define ZLIB
#define NSE_ZLIBNAME "zlib"
LUALIB_API int luaopen_zlib(lua_State *L);
#endif