summaryrefslogtreecommitdiff
path: root/bufaux.h
diff options
context:
space:
mode:
Diffstat (limited to 'bufaux.h')
-rw-r--r--bufaux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bufaux.h b/bufaux.h
index d1af09881..521ddf135 100644
--- a/bufaux.h
+++ b/bufaux.h
@@ -10,7 +10,7 @@
10 * called by a name other than "ssh" or "Secure Shell". 10 * called by a name other than "ssh" or "Secure Shell".
11 */ 11 */
12 12
13/* RCSID("$OpenBSD: bufaux.h,v 1.13 2001/06/26 17:27:22 markus Exp $"); */ 13/* RCSID("$OpenBSD: bufaux.h,v 1.14 2001/12/19 17:16:13 stevesk Exp $"); */
14 14
15#ifndef BUFAUX_H 15#ifndef BUFAUX_H
16#define BUFAUX_H 16#define BUFAUX_H
@@ -36,7 +36,7 @@ int buffer_get_char(Buffer *);
36 36
37void buffer_put_char(Buffer *, int); 37void buffer_put_char(Buffer *, int);
38 38
39char *buffer_get_string(Buffer *, u_int *); 39void *buffer_get_string(Buffer *, u_int *);
40 40
41void buffer_put_string(Buffer *, const void *, u_int); 41void buffer_put_string(Buffer *, const void *, u_int);
42void buffer_put_cstring(Buffer *, const char *); 42void buffer_put_cstring(Buffer *, const char *);