aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/vty/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/vty/buffer.h')
-rw-r--r--openbsc/include/vty/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/vty/buffer.h b/openbsc/include/vty/buffer.h
index 31519400f..c9467a91d 100644
--- a/openbsc/include/vty/buffer.h
+++ b/openbsc/include/vty/buffer.h
@@ -28,7 +28,7 @@
/* Create a new buffer. Memory will be allocated in chunks of the given
size. If the argument is 0, the library will supply a reasonable
default size suitable for buffering socket I/O. */
-struct buffer *buffer_new(size_t);
+struct buffer *buffer_new(void *ctx, size_t);
/* Free all data in the buffer. */
void buffer_reset(struct buffer *);