summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/H5F.c b/src/H5F.c
index ec2e388..b19cf9b 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -82,6 +82,32 @@ static const H5I_class_t H5I_FILE_CLS[1] = {{
}};
+/*-------------------------------------------------------------------------
+ * Function: H5F_init
+ *
+ * Purpose: Initialize the interface from some other package.
+ *
+ * Return: Success: non-negative
+ * Failure: negative
+ *
+ * Programmer: Mohamad Chaarawi
+ * July 2013
+ *
+ *-------------------------------------------------------------------------
+ */
+herr_t
+H5F_init(void)
+{
+ herr_t ret_value = SUCCEED; /* Return value */
+
+ FUNC_ENTER_NOAPI(FAIL)
+ /* FUNC_ENTER() does all the work */
+
+done:
+ FUNC_LEAVE_NOAPI(ret_value)
+} /* end H5F_init() */
+
+
/*--------------------------------------------------------------------------
NAME
H5F__init_package -- Initialize interface-specific information