diff options
Diffstat (limited to '')
-rw-r--r-- | nse_libssh2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nse_libssh2.h b/nse_libssh2.h new file mode 100644 index 0000000..1a284f3 --- /dev/null +++ b/nse_libssh2.h @@ -0,0 +1,8 @@ +#ifndef LIBSSH2 + +#define LIBSSH2 +#define LIBSSH2LIBNAME "libssh2" + +int luaopen_libssh2 (lua_State *L); + +#endif |