mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-13 16:47:58 +08:00
[svn-r25399] bug fixes where a wrong type was used instead of hid_t.
This commit is contained in:
parent
382976f3e9
commit
6d637e03f7
@ -29,8 +29,8 @@ static herr_t op_continue(hid_t did, unsigned dim, hid_t dsid, void *visitor_dat
|
||||
static herr_t op_stop(hid_t did, unsigned dim, hid_t dsid, void *visitor_data);
|
||||
|
||||
/* prototypes */
|
||||
static int create_test_file(const char *fileext);
|
||||
static int open_test_file(const char *fileext);
|
||||
static hid_t create_test_file(const char *fileext);
|
||||
static hid_t open_test_file(const char *fileext);
|
||||
herr_t create_char_dataset(hid_t fid, const char *dsidx, int fulldims);
|
||||
herr_t create_short_dataset(hid_t fid, const char *dsidx, int fulldims);
|
||||
herr_t create_int_dataset(hid_t fid, const char *dsidx, int fulldims);
|
||||
|
@ -101,7 +101,7 @@ typedef herr_t (*H5L_copy_func_t)(const char *new_name, hid_t new_loc,
|
||||
const void *lnkdata, size_t lnkdata_size);
|
||||
|
||||
/* Callback during link traversal */
|
||||
typedef herr_t (*H5L_traverse_func_t)(const char *link_name, hid_t cur_group,
|
||||
typedef hid_t (*H5L_traverse_func_t)(const char *link_name, hid_t cur_group,
|
||||
const void *lnkdata, size_t lnkdata_size, hid_t lapl_id);
|
||||
|
||||
/* Callback for when the link is deleted */
|
||||
|
Loading…
x
Reference in New Issue
Block a user