From 42cd90bf4b63a591a1ef9e0b6a569b66d461edfb Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 22 Oct 2012 20:02:38 +0200 Subject: [PATCH] ustream: make ustream_init_buf static --- ustream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.11.0