summaryrefslogtreecommitdiffstats
path: root/nse_libssh2.h
blob: 1a284f3eabca15a61fa8635441f4410e67bcc84d (plain)
1
2
3
4
5
6
7
8
#ifndef LIBSSH2

#define LIBSSH2
#define LIBSSH2LIBNAME "libssh2"

int luaopen_libssh2 (lua_State *L);

#endif