diff options
author | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-01-21 16:49:37 (GMT) |
---|---|---|
committer | Patrick Lu <ptlu@hawkwind.ncsa.uiuc.edu> | 1999-01-21 16:49:37 (GMT) |
commit | bb776bacbf1dd3e80c7ade0f8afc91c2544977b5 (patch) | |
tree | f831375faafe46b61d73d7cd7f7d32ca2d98c36d /src/H5Rpublic.h | |
parent | 67657f93fffce4511447461207a5d431580503cc (diff) | |
download | hdf5-bb776bacbf1dd3e80c7ade0f8afc91c2544977b5.zip hdf5-bb776bacbf1dd3e80c7ade0f8afc91c2544977b5.tar.gz hdf5-bb776bacbf1dd3e80c7ade0f8afc91c2544977b5.tar.bz2 |
[svn-r1031] added necessary info to export info to the dll
Diffstat (limited to 'src/H5Rpublic.h')
-rw-r--r-- | src/H5Rpublic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Rpublic.h b/src/H5Rpublic.h index 6926d86..8a78e85 100644 --- a/src/H5Rpublic.h +++ b/src/H5Rpublic.h @@ -66,10 +66,10 @@ extern "C" { #endif /* Functions in H5R.c */ -herr_t H5Rcreate(void *ref, hid_t loc_id, const char *name, +HDF5API herr_t H5Rcreate(void *ref, hid_t loc_id, const char *name, H5R_type_t ref_type, hid_t space_id); -hid_t H5Rdereference(hid_t dataset, H5R_type_t ref_type, void *ref); -hid_t H5Rget_region(hid_t dataset, H5R_type_t ref_type, void *ref); +HDF5API hid_t H5Rdereference(hid_t dataset, H5R_type_t ref_type, void *ref); +HDF5API hid_t H5Rget_region(hid_t dataset, H5R_type_t ref_type, void *ref); #ifdef __cplusplus } |