forked from Imagelibrary/rtems
2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* support/include/test_support.h: Add missing prototypes.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user