diff options
author | George Hazan <george.hazan@gmail.com> | 2024-10-20 17:59:03 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-10-20 17:59:07 +0300 |
commit | 4da5235106afefe68a0a37cdd083241ecda9344b (patch) | |
tree | 8ebd7ef73d0ee68ebd4896f3917a0a8fce6035dc /libs/libssh2/src/misc.h | |
parent | 91d9a431ee26ef580715a72b48d61634e0e4dec7 (diff) |
fixes #4752 (Update libssh2 to 1.11.1)
Diffstat (limited to 'libs/libssh2/src/misc.h')
-rw-r--r-- | libs/libssh2/src/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/libssh2/src/misc.h b/libs/libssh2/src/misc.h index c7b090f1b8..eac2e064be 100644 --- a/libs/libssh2/src/misc.h +++ b/libs/libssh2/src/misc.h @@ -112,6 +112,7 @@ uint32_t _libssh2_ntohu32(const unsigned char *buf); libssh2_uint64_t _libssh2_ntohu64(const unsigned char *buf); void _libssh2_htonu32(unsigned char *buf, uint32_t val); void _libssh2_store_u32(unsigned char **buf, uint32_t value); +void _libssh2_store_u64(unsigned char **buf, libssh2_uint64_t value); int _libssh2_store_str(unsigned char **buf, const char *str, size_t len); int _libssh2_store_bignum2_bytes(unsigned char **buf, const unsigned char *bytes, |