summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index 56770f3..1043c79 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -39,6 +39,10 @@ typedef enum H5P_class_t {
H5P_NCLASSES = 5 /*this must be last! */
} H5P_class_t;
+/* Alias for the previous H5P_DATASER_XFER property list */
+/* This should eventually be publicly decommisioned - 10/6/99 - QAK */
+#define H5P_DATASET_XFER H5P_DATA_XFER
+
#ifdef __cplusplus
extern "C" {
#endif