[svn-r1729] Put in "alias" for old H5P_DATASET_XFER to map it to the new H5P_DATA_XFER.

This should eventually be deprecated and the alias removed.
This commit is contained in:
Quincey Koziol 1999-10-06 13:11:46 -05:00
parent ead8e57ed2
commit 02d8d63ad5

View File

@ -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