summaryrefslogtreecommitdiffstats
path: root/src/H5VLnative.h
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2018-12-27 18:33:32 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2018-12-27 18:33:32 (GMT)
commit29497cc4e1cfaaf0bce7d1234fdd0b847f4194b6 (patch)
treec5135a8c18eec92e05d1189f7c8de7ad2efdb794 /src/H5VLnative.h
parentb2afa88fa0c17026d52f582cc052bd40a8cd8e59 (diff)
parent1cc890e333a2563195eeea6154fd921221c3c439 (diff)
downloadhdf5-29497cc4e1cfaaf0bce7d1234fdd0b847f4194b6.zip
hdf5-29497cc4e1cfaaf0bce7d1234fdd0b847f4194b6.tar.gz
hdf5-29497cc4e1cfaaf0bce7d1234fdd0b847f4194b6.tar.bz2
Merge branch 'develop' into dset_ohdr_minimize
Diffstat (limited to 'src/H5VLnative.h')
-rw-r--r--src/H5VLnative.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5VLnative.h b/src/H5VLnative.h
index 613e7e3..1a3007a 100644
--- a/src/H5VLnative.h
+++ b/src/H5VLnative.h
@@ -82,14 +82,13 @@ typedef int H5VL_native_object_optional_t;
#define H5VL_NATIVE_OBJECT_GET_INFO 1 /* H5Oget_info(_by_idx, _by_name)(2) */
#define H5VL_NATIVE_OBJECT_SET_COMMENT 2 /* H5G|H5Oset_comment, H5Oset_comment_by_name */
-
#ifdef __cplusplus
extern "C" {
#endif
+/* Private functions */
H5_DLL hid_t H5VL_native_register(void);
-
#ifdef __cplusplus
}
#endif