ustream: make ustream_init_buf static
authorFelix Fietkau <nbd@openwrt.org>
Mon, 22 Oct 2012 18:02:38 +0000 (20:02 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 22 Oct 2012 18:02:38 +0000 (20:02 +0200)
ustream.c

index a58069dd1c2b21483c4780be06cb4da824c612a9..3295417357b3cf277be74b0adba28ebcc6ceaf43 100644 (file)
--- a/ustream.c
+++ b/ustream.c
@@ -24,7 +24,7 @@
 
 #include "ustream.h"
 
-void ustream_init_buf(struct ustream_buf *buf, int len)
+static void ustream_init_buf(struct ustream_buf *buf, int len)
 {
        if (!len)
                abort();