summaryrefslogtreecommitdiffstats
path: root/src/H5FDhdfs.h
diff options
context:
space:
mode:
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