summaryrefslogtreecommitdiffstats
path: root/src/H5Dpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dpublic.h')
-rw-r--r--src/H5Dpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dpublic.h b/src/H5Dpublic.h
index bbd74a6..be858ac 100644
--- a/src/H5Dpublic.h
+++ b/src/H5Dpublic.h
@@ -123,7 +123,6 @@ H5_DLL herr_t H5Ddebug(hid_t dset_id);
*/
H5_DLL hid_t H5Dcreate(hid_t file_id, const char *name, hid_t type_id,
hid_t space_id, hid_t plist_id);
-H5_DLL hid_t H5Dopen(hid_t file_id, const char *name);
/* Symbols defined for compatibility with previous versions of the HDF5 API.
*
@@ -138,6 +137,7 @@ H5_DLL hid_t H5Dopen(hid_t file_id, const char *name);
/* Function prototypes */
+H5_DLL hid_t H5Dopen1(hid_t file_id, const char *name);
H5_DLL herr_t H5Dextend(hid_t dset_id, const hsize_t *size);
#endif /* H5_NO_DEPRECATED_SYMBOLS */