summaryrefslogtreecommitdiff
path: root/bufaux.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2003-04-27 18:01:37 +0000
committerBen Lindstrom <mouring@eviladmin.org>2003-04-27 18:01:37 +0000
commit796b9a5495673a3b701a93e56d3578768d912fd3 (patch)
treef7122dcfad884d3fb02f68c9a6187b9a649fc0c8 /bufaux.h
parent93b6b776ad34ea49f18d5ab380cc83ff5ef22d8f (diff)
- (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 80f35c1ec..935553579 100644
--- a/bufaux.h
+++ b/bufaux.h
@@ -29,10 +29,8 @@ void buffer_put_short(Buffer *, u_short);
29u_int buffer_get_int(Buffer *); 29u_int buffer_get_int(Buffer *);
30void buffer_put_int(Buffer *, u_int); 30void buffer_put_int(Buffer *, u_int);
31 31
32#ifdef HAVE_U_INT64_T
33u_int64_t buffer_get_int64(Buffer *); 32u_int64_t buffer_get_int64(Buffer *);
34void buffer_put_int64(Buffer *, u_int64_t); 33void buffer_put_int64(Buffer *, u_int64_t);
35#endif
36 34
37int buffer_get_char(Buffer *); 35int buffer_get_char(Buffer *);
38void buffer_put_char(Buffer *, int); 36void buffer_put_char(Buffer *, int);