diff options
author | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2015-09-24 23:18:29 (GMT) |
---|---|---|
committer | Jerome Soumagne <jsoumagne@hdfgroup.org> | 2016-11-29 23:42:30 (GMT) |
commit | d017358721c2a12e6b5f43a0517ef57a8a895f8d (patch) | |
tree | 9b9cd4ef3af7ada1c30906405f21740924fb0e41 /src/H5Rprivate.h | |
parent | 32a673e4c29a006535815ada5257aca26ffe8b68 (diff) | |
download | hdf5-d017358721c2a12e6b5f43a0517ef57a8a895f8d.zip hdf5-d017358721c2a12e6b5f43a0517ef57a8a895f8d.tar.gz hdf5-d017358721c2a12e6b5f43a0517ef57a8a895f8d.tar.bz2 |
Prepare H5Rcreate and H5R_create for full var args
Diffstat (limited to 'src/H5Rprivate.h')
-rw-r--r-- | src/H5Rprivate.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Rprivate.h b/src/H5Rprivate.h index eed616c..ba19c8b 100644 --- a/src/H5Rprivate.h +++ b/src/H5Rprivate.h @@ -28,8 +28,7 @@ /* Internal data structures */ /* Private functions */ -H5_DLL herr_t H5R_create(void *ref, H5G_loc_t *loc, const char *name, - hid_t dxpl_id, H5R_type_t ref_type, ...); +H5_DLL herr_t H5R_create(void *ref, H5R_type_t ref_type, ...); #endif /* _H5Rprivate_H */ |