From: Felix Fietkau Date: Mon, 22 Oct 2012 18:02:38 +0000 (+0200) Subject: ustream: make ustream_init_buf static X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=commitdiff_plain;h=42cd90bf4b63a591a1ef9e0b6a569b66d461edfb ustream: make ustream_init_buf static --- diff --git a/ustream.c b/ustream.c index a58069d..3295417 100644 --- 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();