summaryrefslogtreecommitdiffstats
path: root/src/H5HGprivate.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-03-10 22:48:32 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-03-10 22:48:32 (GMT)
commit4e4c1c385083112352a66dd1a128f6863d77499f (patch)
treec202f064499e17e636e6daa0adde7d192b4c0ac6 /src/H5HGprivate.h
parentecea500047a1b55d0da59a01dc8ad64b5757f602 (diff)
downloadhdf5-4e4c1c385083112352a66dd1a128f6863d77499f.zip
hdf5-4e4c1c385083112352a66dd1a128f6863d77499f.tar.gz
hdf5-4e4c1c385083112352a66dd1a128f6863d77499f.tar.bz2
Add my work in progress on variable-length string test for VFD SWMR.
Diffstat (limited to 'src/H5HGprivate.h')
-rw-r--r--src/H5HGprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5HGprivate.h b/src/H5HGprivate.h
index 4841847..8d1055a 100644
--- a/src/H5HGprivate.h
+++ b/src/H5HGprivate.h
@@ -73,5 +73,7 @@ H5_DLL size_t H5HG_get_free_size(const H5HG_heap_t *h);
H5_DLL herr_t H5HG_debug(H5F_t *f, haddr_t addr, FILE *stream, int indent,
int fwidth);
+bool H5HG_trap(const char *);
+
#endif /* _H5HGprivate_H */