Trivial fix to ensure all functions are prototypes.

master
Julian M. Kunkel 2019-12-21 11:19:02 +00:00
parent 73c5c0efc2
commit 240d5fae79
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ typedef struct IOR_test_t {
IOR_test_t *CreateTest(IOR_param_t *init_params, int test_num);
void AllocResults(IOR_test_t *test);
char * GetPlatformName();
char * GetPlatformName(void);
void init_IOR_Param_t(IOR_param_t *p);
/*