The Wayback Machine - https://web.archive.org/web/20211226195809/https://github.com/nmap/nmap/blob/master/nse_zlib.h
Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
#ifndef ZLIB
#define ZLIB
#define NSE_ZLIBNAME "zlib"
LUALIB_API int luaopen_zlib(lua_State *L);
#endif