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/H5RApublic.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/H5RApublic.h')
-rw-r--r-- | src/H5RApublic.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5RApublic.h b/src/H5RApublic.h index e2daaa4..c246743 100644 --- a/src/H5RApublic.h +++ b/src/H5RApublic.h @@ -14,12 +14,12 @@ extern "C" { #endif -hid_t H5RAcreate(hid_t loc_id, const char *name, hid_t type_id, hid_t plist_id); -hid_t H5RAopen(hid_t loc_id, const char *name); -herr_t H5RAclose(hid_t array_id); -herr_t H5RAwrite(hid_t array_id, hssize_t start_row, hsize_t nrows, +HDF5API hid_t H5RAcreate(hid_t loc_id, const char *name, hid_t type_id, hid_t plist_id); +HDF5API hid_t H5RAopen(hid_t loc_id, const char *name); +HDF5API herr_t H5RAclose(hid_t array_id); +HDF5API herr_t H5RAwrite(hid_t array_id, hssize_t start_row, hsize_t nrows, hid_t type_id, hsize_t size[], void *buf[]); -herr_t H5RAread(hid_t array_id, hssize_t start_row, hsize_t nrows, +HDF5API herr_t H5RAread(hid_t array_id, hssize_t start_row, hsize_t nrows, hid_t type_id, hsize_t size[], void *buf[]); #ifdef __cplusplus |