2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>

* support/include/test_support.h: Add missing prototypes.
This commit is contained in:
Ralf Corsepius
2009-10-26 05:33:50 +00:00
parent f440089997
commit aea32337ed
2 changed files with 4 additions and 3 deletions

View File

@@ -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
};