summaryrefslogtreecommitdiffstats
path: root/src/H5Ldevelop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ldevelop.h')
-rw-r--r--src/H5Ldevelop.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/H5Ldevelop.h b/src/H5Ldevelop.h
index 34e50a0..148a5a5 100644
--- a/src/H5Ldevelop.h
+++ b/src/H5Ldevelop.h
@@ -30,6 +30,16 @@
*/
#define H5L_LINK_CLASS_T_VERS 1
+/**
+ * \brief Version of external link format
+ */
+#define H5L_EXT_VERSION 0
+
+/**
+ * \brief Valid flags for external links
+ */
+#define H5L_EXT_FLAGS_ALL 0
+
/*******************/
/* Public Typedefs */
/*******************/