mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
9 lines
108 B
C
9 lines
108 B
C
#ifndef ZLIB
|
|
#define ZLIB
|
|
|
|
#define NSE_ZLIBNAME "zlib"
|
|
|
|
LUALIB_API int luaopen_zlib(lua_State *L);
|
|
|
|
#endif
|
|
|