summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_common.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-04-28 13:35:12 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-04-28 13:35:12 (GMT)
commit4e48041a136beef974097a7e4683b308097af84e (patch)
treea269a6f3d41ae368d88bd39e94a2319a4d50c97c /test/vfd_swmr_common.h
parentd16006c45d7d574e8a8f530cc3f4dbd1f3e7e25e (diff)
downloadhdf5-4e48041a136beef974097a7e4683b308097af84e.zip
hdf5-4e48041a136beef974097a7e4683b308097af84e.tar.gz
hdf5-4e48041a136beef974097a7e4683b308097af84e.tar.bz2
Move fetch_env_ulong() from vfd_swmr.c to vfd_swmr_common.c for eventual
reuse by the zoo writer.
Diffstat (limited to 'test/vfd_swmr_common.h')
-rw-r--r--test/vfd_swmr_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/vfd_swmr_common.h b/test/vfd_swmr_common.h
index 8eb7143..cd36cc3 100644
--- a/test/vfd_swmr_common.h
+++ b/test/vfd_swmr_common.h
@@ -98,6 +98,8 @@ H5TEST_DLL hid_t vfd_swmr_create_fapl(bool, bool, bool);
H5TEST_DLL void dbgf(int, const char *, ...) H5_ATTR_FORMAT(printf, 2, 3);
+H5TEST_DLL int fetch_env_ulong(const char *, unsigned long, unsigned long *);
+
#ifdef __cplusplus
}
#endif