From 0d47952611198ef6b1163f366dc03922d20b1475 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 09:42:04 +0200 Subject: Adding upstream version 7.94+git20230807.3be01efb1+dfsg. Signed-off-by: Daniel Baumann --- nse_libssh2.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 nse_libssh2.h (limited to 'nse_libssh2.h') 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 -- cgit v1.2.3