diff options
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, |