summaryrefslogtreecommitdiffstats
path: root/src/H5Rprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Rprivate.h')
-rw-r--r--src/H5Rprivate.h21
1 files changed, 19 insertions, 2 deletions
diff --git a/src/H5Rprivate.h b/src/H5Rprivate.h
index 7efa225..870deaf 100644
--- a/src/H5Rprivate.h
+++ b/src/H5Rprivate.h
@@ -21,9 +21,26 @@
/* Private headers needed by this file */
-/* Internal data structures */
+/**************************/
+/* Library Private Macros */
+/**************************/
-/* Private functions */
+#define H5R_ENCODE_VERSION 0x1 /* Version for encoding references */
+
+
+/****************************/
+/* Library Private Typedefs */
+/****************************/
+
+
+/*****************************/
+/* Library Private Variables */
+/*****************************/
+
+
+/******************************/
+/* Library Private Prototypes */
+/******************************/
#endif /* _H5Rprivate_H */