diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-11-09 23:23:11 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-11-09 23:23:11 (GMT) |
commit | fb5c4f68fc6d9eb8c10ccd67bb0e758574ae0163 (patch) | |
tree | 528500075717a0abd27cb1fc8acf7942387b28dc /src/H5Rpkg.h | |
parent | e4451b89cd94a26662507d30b538955f268c01fd (diff) | |
parent | d0e32b545c41dcc36a69ab146b54b55e7ac9dc07 (diff) | |
download | hdf5-fb5c4f68fc6d9eb8c10ccd67bb0e758574ae0163.zip hdf5-fb5c4f68fc6d9eb8c10ccd67bb0e758574ae0163.tar.gz hdf5-fb5c4f68fc6d9eb8c10ccd67bb0e758574ae0163.tar.bz2 |
Merge pull request #762 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5r_cleanup to develop
* commit 'd0e32b545c41dcc36a69ab146b54b55e7ac9dc07':
Split internal H5R functionality into H5Rint.c.
Diffstat (limited to 'src/H5Rpkg.h')
-rw-r--r-- | src/H5Rpkg.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/H5Rpkg.h b/src/H5Rpkg.h index 6d5036b..129f944 100644 --- a/src/H5Rpkg.h +++ b/src/H5Rpkg.h @@ -11,11 +11,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* - * Programmer: Quincey Koziol <koziol@hdfgroup.org> - * Thursday, September 13, 2007 - * - * Purpose: This file contains declarations which are visible +/* Purpose: This file contains declarations which are visible * only within the H5R package. Source files outside the * H5R package should include H5Rprivate.h instead. */ @@ -30,7 +26,6 @@ #include "H5Rprivate.h" /* Other private headers needed by this file */ -#include "H5Fprivate.h" /* File access */ /**************************/ /* Package Private Macros */ @@ -51,12 +46,5 @@ /* Package Private Prototypes */ /******************************/ -/* General functions */ -H5_DLL herr_t H5R_get_obj_type(H5F_t *file, hid_t dxpl_id, H5R_type_t ref_type, - const void *_ref, H5O_type_t *obj_type); -H5_DLL hid_t H5R_dereference(H5F_t *file, hid_t dapl_id, hid_t dxpl_id, H5R_type_t ref_type, - const void *_ref, hbool_t app_ref); - - #endif /* _H5Rpkg_H */ |