diff options
Diffstat (limited to 'test/h5test.h')
-rw-r--r-- | test/h5test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h5test.h b/test/h5test.h index ce56a59..2cdf217 100644 --- a/test/h5test.h +++ b/test/h5test.h @@ -79,6 +79,7 @@ H5TEST_DLL void h5_show_hostname(void); int h5_set_info_object(void); void h5_dump_info_object(MPI_Info info); #endif +H5TEST_DLL off_t h5_get_file_size(const char *filename); #ifdef __cplusplus } |