From 914440b4fc3c5ecb7d9eedf4da6f2a1c7ec2e7a9 Mon Sep 17 00:00:00 2001 From: Laslo Hunhold Date: Sun, 17 Sep 2017 17:21:54 +0200 Subject: Properly declare buf as extern and fix all unused-warnings --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') diff --git a/util.h b/util.h index 6f47e85..8321f9d 100644 --- a/util.h +++ b/util.h @@ -1,4 +1,4 @@ -static char buf[1024]; +extern char buf[1024]; #define LEN(x) (sizeof (x) / sizeof *(x)) -- cgit v1.2.3