summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-12-20 17:08:37 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-12-20 17:08:37 (GMT)
commitd7c38eeee9e6148686dc72610f244974fdd88f10 (patch)
treecdd2df57eba1b995b0b969a03c1c8bc9e0ca668c /tools/lib/h5tools.h
parentca1b672ced9bf0f310e828e9e48d3f2fdf5141bd (diff)
downloadhdf5-d7c38eeee9e6148686dc72610f244974fdd88f10.zip
hdf5-d7c38eeee9e6148686dc72610f244974fdd88f10.tar.gz
hdf5-d7c38eeee9e6148686dc72610f244974fdd88f10.tar.bz2
Add unknown define for h5dump ref objects
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r--tools/lib/h5tools.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h
index dad4af7..9440e7a 100644
--- a/tools/lib/h5tools.h
+++ b/tools/lib/h5tools.h
@@ -581,6 +581,7 @@ H5TOOLS_DLLVAR int enable_error_stack; /* re-enable error stack; disable=0 e
#define H5_TOOLS_DATASET "DATASET"
#define H5_TOOLS_DATATYPE "DATATYPE"
#define H5_TOOLS_ATTRIBUTE "ATTRIBUTE"
+#define H5_TOOLS_UNKNOWN "UNKNOWN"
/* Definitions of useful routines */
H5TOOLS_DLL void h5tools_init(void);