1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-10 16:39:04 +00:00
Files
nmap/nse_libssh2.h
2014-08-14 02:09:00 +00:00

9 lines
122 B
C

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