ansi decl
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 23 Sep 2014 22:32:38 +0000 (00:32 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 23 Sep 2014 22:32:38 +0000 (00:32 +0200)
tests/test_url_encode.c
tests/test_url_normalize.c

index 0b64aef..16c93a8 100644 (file)
@@ -45,7 +45,7 @@ int test_url_encode(char *url, char *ref_url)
        return ret;
 }
 
-int tests_url_encode()
+int tests_url_encode(void)
 {
        int failures;
 
index 8ede672..9736c66 100644 (file)
@@ -46,7 +46,7 @@ static int test_url_normalize(const char *url, const char *ref_url)
        return ret;
 }
 
-static int tests_url_normalize()
+static int tests_url_normalize(void)
 {
        int failures;