Source
typedef herr_t (*H5P_prp_delete_func_t)(hid_t prop_id, const char *name, size_t size, void *value);
/****************************************************************************
* NCSA HDF *
* Software Development Group *
* National Center for Supercomputing Applications *
* University of Illinois at Urbana-Champaign *
* 605 E. Springfield, Champaign IL 61820 *
* *
* For conditions of distribution and use, see the accompanying *
* COPYING file. *
* *
****************************************************************************/
/*
* This file contains function prototypes for each exported function in the
* H5P module.
*/
/* Default Template for creation, access, etc. templates */
/* Public headers needed by this file */
/* Metroworks <sys/types.h> doesn't define off_t. */
typedef long off_t;
/* Metroworks does not define EINTR in <errno.h> */
/*__MWERKS__*/
/* Backward compatibility typedef... */
typedef hid_t H5P_class_t; /* Alias H5P_class_t to hid_t */
/* H5P_DATASET_XFER was the name from the beginning through 1.2. It was
* changed to H5P_DATA_XFER on v1.3.0. Then it was changed back to
* H5P_DATASET_XFER right before the release of v1.4.0-beta2.
* Define an alias here to help applications that had ported to v1.3.
* Should be removed in later version.
*/