diff options
| author | LiZhuoheng <114734429+zohanzephyr@users.noreply.github.com> | 2024-05-30 20:34:08 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-30 14:34:08 +0200 |
| commit | 19ca78769f4730f751d2baca34cc4358ef68553b (patch) | |
| tree | b288b546a0fefba8f55373044ea6302605326bd6 /src/wrapped/wrappedlibssh2_private.h | |
| parent | 3e5784cbc560d21539b1ad1b157206102f25b25c (diff) | |
| download | box64-19ca78769f4730f751d2baca34cc4358ef68553b.tar.gz box64-19ca78769f4730f751d2baca34cc4358ef68553b.zip | |
Wrapped libssh2 (#1538)
* Wrapped libssh2 * Add more libssh2 wrapped functions
Diffstat (limited to 'src/wrapped/wrappedlibssh2_private.h')
| -rw-r--r-- | src/wrapped/wrappedlibssh2_private.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/wrapped/wrappedlibssh2_private.h b/src/wrapped/wrappedlibssh2_private.h new file mode 100644 index 00000000..6a33d91c --- /dev/null +++ b/src/wrapped/wrappedlibssh2_private.h @@ -0,0 +1,30 @@ +#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA)) +error Meh... +#endif + +GO(libssh2_agent_connect, iFp) +GO(libssh2_agent_disconnect, iFp) +GO(libssh2_agent_free, vFp) +GO(libssh2_agent_get_identity, iFppp) +GO(libssh2_agent_get_identity_path, iFpppi) +GO(libssh2_agent_init, pFp) +GO(libssh2_agent_list_identities, iFp) +GO(libssh2_agent_set_identity_path, vFpp) +GO(libssh2_agent_userauth, iFppp) +GO(libssh2_banner_set, iFpp) +GO(libssh2_base64_decode, iFppppi) +GO(libssh2_channel_close, iFp) +GO(libssh2_channel_direct_tcpip_ex, iFppipi) +GO(libssh2_channel_eof, iFp) +GO(libssh2_channel_flush_ex, iFpi) +GO(libssh2_channel_forward_accept, pFp) +GO(libssh2_channel_forward_cancel, iFp) +GO(libssh2_channel_forward_listen_ex, pFppipi) +GO(libssh2_channel_free, iFp) +GO(libssh2_channel_get_exit_signal, iFppppppp) +GO(libssh2_channel_get_exit_status, iFp) +GO(libssh2_channel_handle_extended_data, vFpi) +GO(libssh2_channel_handle_extended_data2, iFpi) +GO(libssh2_channel_process_startup, iFppupu) +GO(libssh2_channel_read_ex, iFpipi) +GO(libssh2_crypt_methods, pFv) |