summaryrefslogtreecommitdiffstats
path: root/src/H5Lpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Lpkg.h')
-rw-r--r--src/H5Lpkg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5Lpkg.h b/src/H5Lpkg.h
index 45c6618..fe08ea4 100644
--- a/src/H5Lpkg.h
+++ b/src/H5Lpkg.h
@@ -35,6 +35,12 @@
/* Package Private Macros */
/**************************/
+/* Version of external link format */
+#define H5L_EXT_VERSION 0
+
+/* Valid flags for external links */
+#define H5L_EXT_FLAGS_ALL 0
+
/****************************/
/* Package Private Typedefs */
/****************************/