summaryrefslogtreecommitdiffstats
path: root/testsuites/support/include/test_support.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/support/include/test_support.h')
-rw-r--r--testsuites/support/include/test_support.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/support/include/test_support.h b/testsuites/support/include/test_support.h
index ba0acb0178..d3fd472a99 100644
--- a/testsuites/support/include/test_support.h
+++ b/testsuites/support/include/test_support.h
@@ -11,9 +11,9 @@
extern "C" {
#endif
-void Allocate_majority_of_workspace( int smallest );
-const char *Get_Too_Long_Name();
-const char *Get_Longest_Name();
+extern void Allocate_majority_of_workspace( int smallest );
+extern const char *Get_Too_Long_Name(void);
+extern const char *Get_Longest_Name(void);
#ifdef __cplusplus
};