summaryrefslogtreecommitdiff
path: root/bufaux.h
diff options
context:
space:
mode:
authormouring <mouring>2003-04-27 18:01:37 +0000
committermouring <mouring>2003-04-27 18:01:37 +0000
commit900af8b4fee899088b8d4ed1abf1838b02751c84 (patch)
tree07060e6bd9c8f89e7ca36815db7ee3992f830c95 /bufaux.h
parentf88dccd9e188aa696334ac36d6e41361462eff58 (diff)
downloadopenssh-900af8b4fee899088b8d4ed1abf1838b02751c84.tar.gz
- (bal) Since we don't support platforms lacking u_int_64. We may
as well clean out some of those evil #ifdefs
Diffstat (limited to 'bufaux.h')
-rw-r--r--bufaux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bufaux.h b/bufaux.h
index 80f35c1e..93555357 100644
--- a/bufaux.h
+++ b/bufaux.h
@@ -29,10 +29,8 @@ 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);