diff options
Diffstat (limited to 'src/H5HGprivate.h')
-rw-r--r-- | src/H5HGprivate.h | 2 |
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 */ |