Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-10-22 22:02:38 +0400
committerFelix Fietkau <nbd@openwrt.org>2012-10-22 22:02:38 +0400
commit42cd90bf4b63a591a1ef9e0b6a569b66d461edfb (patch)
tree5abbe08819d43947c7d74eb610c1ff9e0f25a2a0 /ustream.c
parente4027a6327844706b3205e6fcf86d2be3b892571 (diff)
ustream: make ustream_init_buf static
Diffstat (limited to 'ustream.c')
-rw-r--r--ustream.c2
1 files changed, 1 insertions, 1 deletions
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();