summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-06-18 20:43:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-06-18 20:43:39 (GMT)
commited1e28ac6aad572b7ba4e87e5dd0c5c4c01ee28d (patch)
treeba6c957096c8fd2bafabeed7d3217c14d802d43c /test/h5test.h
parentf15b2278d6e94e1dc7f2bdad75d3d33906cdb7d2 (diff)
downloadhdf5-ed1e28ac6aad572b7ba4e87e5dd0c5c4c01ee28d.zip
hdf5-ed1e28ac6aad572b7ba4e87e5dd0c5c4c01ee28d.tar.gz
hdf5-ed1e28ac6aad572b7ba4e87e5dd0c5c4c01ee28d.tar.bz2
[svn-r7055] Purpose:
Refactored code Description: Moved duplicated "get_file_size()" function from a couple of tests into a central location. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h1
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
}