1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00
Files
nmap/nse_libssh2.h
2017-07-18 18:46:02 +00:00

9 lines
111 B
C

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