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 a58069d..3295417 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();