mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-23 16:20:57 +08:00
[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:
parent
ead8e57ed2
commit
02d8d63ad5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user