summaryrefslogtreecommitdiffstats
path: root/src/H5FSint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FSint.c')
-rw-r--r--src/H5FSint.c25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/H5FSint.c b/src/H5FSint.c
index 1a41172..264950d 100644
--- a/src/H5FSint.c
+++ b/src/H5FSint.c
@@ -77,6 +77,31 @@
/*******************/
+/*-------------------------------------------------------------------------
+ * Function: H5FS_init
+ *
+ * Purpose: Initialize the interface in case it is unable to initialize
+ * itself soon enough.
+ *
+ * Return: Success: non-negative
+ * Failure: negative
+ *
+ * Programmer: Quincey Koziol
+ * Saturday, March 4, 2000
+ *
+ *-------------------------------------------------------------------------
+ */
+herr_t
+H5FS_init(void)
+{
+ herr_t ret_value = SUCCEED; /* Return value */
+
+ FUNC_ENTER_NOAPI_NOERR
+ /* FUNC_ENTER() does all the work */
+
+ FUNC_LEAVE_NOAPI(ret_value)
+} /* end H5FS_init() */
+
/*-------------------------------------------------------------------------
* Function: H5FS__create_flush_depend