mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
9 lines
119 B
C
9 lines
119 B
C
#ifndef LIBSSH2
|
|
|
|
#define LIBSSH2
|
|
#define LIBSSH2LIBNAME "libssh2"
|
|
|
|
int luaopen_libssh2 (lua_State *L);
|
|
|
|
#endif
|