summaryrefslogtreecommitdiffstats
path: root/src/H5Opublic.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-12-18 21:34:34 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-12-18 21:34:34 (GMT)
commitf60e8bb05e3203054e27bf41d0ebc657537736ed (patch)
treea4cf82af6a2dc2c77858c4b49b0838ed4212a5b2 /src/H5Opublic.h
parentb486fd10a44df052c8c2f030ab8c2c25dfa0f8a2 (diff)
downloadhdf5-f60e8bb05e3203054e27bf41d0ebc657537736ed.zip
hdf5-f60e8bb05e3203054e27bf41d0ebc657537736ed.tar.gz
hdf5-f60e8bb05e3203054e27bf41d0ebc657537736ed.tar.bz2
Moved the optional enums to H5VLnative.h and converted to an int
typedef and a set of #defines.
Diffstat (limited to 'src/H5Opublic.h')
-rw-r--r--src/H5Opublic.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/H5Opublic.h b/src/H5Opublic.h
index fe0c72d..c868e72 100644
--- a/src/H5Opublic.h
+++ b/src/H5Opublic.h
@@ -150,25 +150,19 @@ typedef enum H5O_mcdt_search_ret_t {
/* Callback to invoke when completing the search for a matching committed datatype from the committed dtype list */
typedef H5O_mcdt_search_ret_t (*H5O_mcdt_search_cb_t)(void *op_data);
-/* Enumeration for native VOL connector object optional VOL operations */
-typedef enum H5VL_native_object_optional_t {
- H5VL_NATIVE_OBJECT_GET_COMMENT, /* H5G|H5Oget_comment, H5Oget_comment_by_name */
- H5VL_NATIVE_OBJECT_GET_INFO, /* H5Oget_info(_by_idx, _by_name)(2?) */
- H5VL_NATIVE_OBJECT_SET_COMMENT /* H5G|H5Oset_comment, H5Oset_comment_by_name */
-} H5VL_native_object_optional_t;
/********************/
/* Public Variables */
/********************/
+/*********************/
+/* Public Prototypes */
+/*********************/
#ifdef __cplusplus
extern "C" {
#endif
-/*********************/
-/* Public Prototypes */
-/*********************/
H5_DLL hid_t H5Oopen(hid_t loc_id, const char *name, hid_t lapl_id);
H5_DLL hid_t H5Oopen_by_addr(hid_t loc_id, haddr_t addr);
H5_DLL hid_t H5Oopen_by_idx(hid_t loc_id, const char *group_name,