about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibssh2types.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2025-04-27 14:07:31 +0200
committerptitSeb <sebastien.chev@gmail.com>2025-04-27 14:07:31 +0200
commitbe63129179f3281802414a44118fd340607a4dd0 (patch)
tree11d5f7b339aa7005cdd981f1703c16ef44dbce4f /src/wrapped/generated/wrappedlibssh2types.h
parent02423c2d7db8391e31f69f0d94125abdbe4ec7fd (diff)
downloadbox64-be63129179f3281802414a44118fd340607a4dd0.tar.gz
box64-be63129179f3281802414a44118fd340607a4dd0.zip
[WRAPPER] Reworked libssh2 wrapping, to make it more complete
Diffstat (limited to 'src/wrapped/generated/wrappedlibssh2types.h')
-rw-r--r--src/wrapped/generated/wrappedlibssh2types.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrappedlibssh2types.h b/src/wrapped/generated/wrappedlibssh2types.h
index 4e8b306e..06f06552 100644
--- a/src/wrapped/generated/wrappedlibssh2types.h
+++ b/src/wrapped/generated/wrappedlibssh2types.h
@@ -11,7 +11,13 @@
 #define ADDED_FUNCTIONS() 
 #endif
 
+typedef int32_t (*iFppup_t)(void*, void*, uint32_t, void*);
+typedef void* (*pFpppp_t)(void*, void*, void*, void*);
+typedef int32_t (*iFppupup_t)(void*, void*, uint32_t, void*, uint32_t, void*);
 
-#define SUPER() ADDED_FUNCTIONS()
+#define SUPER() ADDED_FUNCTIONS() \
+	GO(libssh2_userauth_keyboard_interactive_ex, iFppup_t) \
+	GO(libssh2_session_init_ex, pFpppp_t) \
+	GO(libssh2_userauth_password_ex, iFppupup_t)
 
 #endif // __wrappedlibssh2TYPES_H_