From a00d2e5f2adbe7fa61be47815a2fb28a3afa8d22 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 26 Oct 2009 05:30:29 +0000 Subject: =?UTF-8?q?2009-10-26=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * support/src/test_support.c: Add missing prototypes. --- testsuites/support/src/test_support.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/support/src') diff --git a/testsuites/support/src/test_support.c b/testsuites/support/src/test_support.c index c1e1010257..254083712e 100644 --- a/testsuites/support/src/test_support.c +++ b/testsuites/support/src/test_support.c @@ -22,7 +22,7 @@ static char Too_Long_Name[PATH_MAX + 2]; static char Longest_Name[PATH_MAX + 1]; -const char *Get_Too_Long_Name() +const char *Get_Too_Long_Name(void) { int i; @@ -32,7 +32,7 @@ const char *Get_Too_Long_Name() return Too_Long_Name; } -const char *Get_Longest_Name() +const char *Get_Longest_Name(void) { int i; -- cgit v1.2.3