summaryrefslogtreecommitdiffstats
path: root/bufaux.h
diff options
context:
space:
mode:
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);