From 8c328f1106cf0498333c2d8a96940e7b4581e316 Mon Sep 17 00:00:00 2001 From: hasso Date: Tue, 5 Oct 2004 21:01:23 +0000 Subject: Number of warnings is down to 3 again in lib directory. A lot of const's added to strings and a lot of int -> unsigned int changes. --- lib/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/buffer.c') diff --git a/lib/buffer.c b/lib/buffer.c index 0fffdfd1..6fd9a2bb 100644 --- a/lib/buffer.c +++ b/lib/buffer.c @@ -382,7 +382,7 @@ buffer_flush_vty_all (struct buffer *b, int fd, int erase_flag, /* Flush buffer to the file descriptor. Mainly used from vty interface. */ int -buffer_flush_vty (struct buffer *b, int fd, int size, +buffer_flush_vty (struct buffer *b, int fd, unsigned int size, int erase_flag, int no_more_flag) { int nbytes; -- cgit v1.2.3