summaryrefslogtreecommitdiffstats
path: root/bufaux.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-03-05 18:59:45 +0000
committerKevin Steves <stevesk@pobox.com>2002-03-05 18:59:45 +0000
commit399ec97bc2861148dd38708bf7747d59918fb8b2 (patch)
tree03522732c582ac4c0c350693f1eaf20e11c5d813 /bufaux.h
parent664b243ae44c1cb9c9da182e32f8e7254a932cb8 (diff)
whitespace sync
Diffstat (limited to 'bufaux.h')
-rw-r--r--bufaux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/bufaux.h b/bufaux.h
index 75b5a5a2..40001349 100644
--- a/bufaux.h
+++ b/bufaux.h
@@ -23,7 +23,7 @@ void buffer_put_bignum2(Buffer *, BIGNUM *);
void buffer_get_bignum(Buffer *, BIGNUM *);
void buffer_get_bignum2(Buffer *, BIGNUM *);
-u_int buffer_get_int(Buffer *);
+u_int buffer_get_int(Buffer *);
void buffer_put_int(Buffer *, u_int);
#ifdef HAVE_U_INT64_T
@@ -32,11 +32,9 @@ void buffer_put_int64(Buffer *, u_int64_t);
#endif
int buffer_get_char(Buffer *);
-
void buffer_put_char(Buffer *, int);
void *buffer_get_string(Buffer *, u_int *);
-
void buffer_put_string(Buffer *, const void *, u_int);
void buffer_put_cstring(Buffer *, const char *);