aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/vty/buffer.h')
-rw-r--r--include/osmocom/vty/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/vty/buffer.h b/include/osmocom/vty/buffer.h
index 482a919e..f6c86a16 100644
--- a/include/osmocom/vty/buffer.h
+++ b/include/osmocom/vty/buffer.h
@@ -39,7 +39,7 @@ void buffer_free(struct buffer *);
/* Add the given data to the end of the buffer. */
extern void buffer_put(struct buffer *, const void *, size_t);
/* Add a single character to the end of the buffer. */
-extern void buffer_putc(struct buffer *, u_char);
+extern void buffer_putc(struct buffer *, unsigned char);
/* Add a NUL-terminated string to the end of the buffer. */
extern void buffer_putstr(struct buffer *, const char *);