summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/bufaux.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/bufaux.h')
-rw-r--r--crypto/openssh/bufaux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssh/bufaux.h b/crypto/openssh/bufaux.h
index 9355535..80f35c1 100644
--- a/crypto/openssh/bufaux.h
+++ b/crypto/openssh/bufaux.h
@@ -29,8 +29,10 @@ void buffer_put_short(Buffer *, u_short);
u_int buffer_get_int(Buffer *);
void buffer_put_int(Buffer *, u_int);
+#ifdef HAVE_U_INT64_T
u_int64_t buffer_get_int64(Buffer *);
void buffer_put_int64(Buffer *, u_int64_t);
+#endif
int buffer_get_char(Buffer *);
void buffer_put_char(Buffer *, int);
OpenPOWER on IntegriCloud