summaryrefslogtreecommitdiffstats
path: root/lib/buffer.c
diff options
context:
space:
mode:
authorhasso <hasso>2004-10-05 21:01:23 +0000
committerhasso <hasso>2004-10-05 21:01:23 +0000
commitff2e9e3c3816b7b828bbb023639db52364d729ff (patch)
tree7c586b5a363b80f0ecb4ab63137f89747ea72dd5 /lib/buffer.c
parent19290b43288f6636b6eca07156a4069324962751 (diff)
downloadquagga-ff2e9e3c3816b7b828bbb023639db52364d729ff.tar.bz2
quagga-ff2e9e3c3816b7b828bbb023639db52364d729ff.tar.xz
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.
Diffstat (limited to 'lib/buffer.c')
-rw-r--r--lib/buffer.c2
1 files changed, 1 insertions, 1 deletions
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;