ustream: make ustream_init_buf static

This commit is contained in:
Felix Fietkau 2012-10-22 20:02:38 +02:00
parent e4027a6327
commit 42cd90bf4b

View file

@ -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();