mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
10 lines
108 B
C
10 lines
108 B
C
#ifndef ZLIB
|
|
#define ZLIB
|
|
|
|
#define NSE_ZLIBNAME "zlib"
|
|
|
|
LUALIB_API int luaopen_zlib(lua_State *L);
|
|
|
|
#endif
|
|
|