nmap/nse_libssh2.h
2017-06-29 21:27:35 +00:00

8 lines
119 B
C

#ifndef LIBSSH2
#define LIBSSH2
#define LIBSSH2LIBNAME "libssh2"
int luaopen_libssh2 (lua_State *L);
#endif