summaryrefslogtreecommitdiffstats
path: root/src/H5FDhdfs.h
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-05-25 20:01:17 (GMT)
committerGitHub <noreply@github.com>2021-05-25 20:01:17 (GMT)
commitc924267d987d27dfa3b600fde8fb0a51188f85ed (patch)
tree30e9745428b5c2ae6b09feea393daef97fe5b00c /src/H5FDhdfs.h
parent916188ad69831550fefc8c978d1f5e3209762436 (diff)
downloadhdf5-c924267d987d27dfa3b600fde8fb0a51188f85ed.zip
hdf5-c924267d987d27dfa3b600fde8fb0a51188f85ed.tar.gz
hdf5-c924267d987d27dfa3b600fde8fb0a51188f85ed.tar.bz2
Hdf5 1 8 doxygen merges (#683)
* Update supported platforms * Merge PR#3 changes from develop * # WARNING: head commit changed in the meantime Merge gcc 10 diagnostics option from develop Merge CMake changes from develop Merge warnings from develop Merge #318 OSX changes from develop Merge tools changes from develop Merge test macros from develop * Format updates * Fix missing semicolon and format fix * Format update * Correct actions, remove java option * Update autotools build files * Add testfiles * Fix configure issue with make flags * Init fapls to default * Update generated files and fix h5repack id closure * update format * Merges from develop #358 patches from vtk #361 fix header guard spelling * Merges from develop #340 clang -Wformat-security warnings #360 Fixed uninitialized warnings header guard underscore cleanup whitespace cleanup tools sync * format alignment * initialize vars * revert H5private change * Merge #380 from develop * Split format source and commit changes on repo push * Change windows TS to use older VS. * HDFFV-11229 merge dev changes for long double display in tools * Committing clang-format changes * Update unsupported types with precision * Add "option" command for clang options * CMake merges from develop h5cc scripts * Updates from develop and printf formatters * Committing clang-format changes * Issue #669 remove version from pkgcfg filename * remove version from h5cc script * doxygen changes merged from develop * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/H5FDhdfs.h')
-rw-r--r--src/H5FDhdfs.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/H5FDhdfs.h b/src/H5FDhdfs.h
index 6692ed6..af28775 100644
--- a/src/H5FDhdfs.h
+++ b/src/H5FDhdfs.h
@@ -111,9 +111,21 @@ typedef struct H5FD_hdfs_fapl_t {
extern "C" {
#endif
-H5_DLL hid_t H5FD_hdfs_init(void);
-H5_DLL void H5FD_hdfs_term(void);
+H5_DLL hid_t H5FD_hdfs_init(void);
+H5_DLL void H5FD_hdfs_term(void);
+
+/**
+ * \ingroup FAPL
+ *
+ * \todo Add missing documentation
+ */
H5_DLL herr_t H5Pget_fapl_hdfs(hid_t fapl_id, H5FD_hdfs_fapl_t *fa_out);
+
+/**
+ * \ingroup FAPL
+ *
+ * \todo Add missing documentation
+ */
H5_DLL herr_t H5Pset_fapl_hdfs(hid_t fapl_id, H5FD_hdfs_fapl_t *fa);
#ifdef __cplusplus