From 0a3c741cc3c5a23720899a4fa6575f9dc57629c7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Wed, 24 Sep 2014 00:06:06 +0200 Subject: [PATCH] static fcts --- tests/test_url_normalize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_url_normalize.c b/tests/test_url_normalize.c index ef48203..977e41a 100644 --- a/tests/test_url_normalize.c +++ b/tests/test_url_normalize.c @@ -24,7 +24,7 @@ #include "../src/lib/url.h" -int test_url_normalize(const char *url, const char *ref_url) +static int test_url_normalize(const char *url, const char *ref_url) { int ret; char *tmp = url_normalize(url); @@ -46,7 +46,7 @@ int test_url_normalize(const char *url, const char *ref_url) return ret; } -int tests_url_normalize() +static int tests_url_normalize() { int failures; -- 2.7.4