summaryrefslogtreecommitdiffstats
path: root/src/H5Odeprec.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-08-16 20:23:03 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-08-16 20:23:03 (GMT)
commit32719fffd94d0762e0184caa2d51f4b65fd86d59 (patch)
treef46fd0ce1fb145986646b8c6bc05b9991057269f /src/H5Odeprec.c
parent423b4ecd656870f7c13ba1a418f73111ffdd08db (diff)
downloadhdf5-32719fffd94d0762e0184caa2d51f4b65fd86d59.zip
hdf5-32719fffd94d0762e0184caa2d51f4b65fd86d59.tar.gz
hdf5-32719fffd94d0762e0184caa2d51f4b65fd86d59.tar.bz2
HDFFV-10552 fix makevers script and undeprecate 1.10 functions
Diffstat (limited to 'src/H5Odeprec.c')
-rw-r--r--src/H5Odeprec.c38
1 files changed, 20 insertions, 18 deletions
diff --git a/src/H5Odeprec.c b/src/H5Odeprec.c
index 876579d..dc55a2b 100644
--- a/src/H5Odeprec.c
+++ b/src/H5Odeprec.c
@@ -13,7 +13,7 @@
/*-------------------------------------------------------------------------
*
- * Purpose: Deprecated functions from the H5O interface. These
+ * Purpose: Deprecated functions from the H5O interface. These
* functions are here for compatibility purposes and may be
* removed in the future. Applications should switch to the
* newer APIs.
@@ -71,9 +71,10 @@
/*******************/
+/* Future function prototypes to be deprecated in next version
#ifndef H5_NO_DEPRECATED_SYMBOLS
+ */
-
/*-------------------------------------------------------------------------
* Function: H5Oget_info1
*
@@ -107,7 +108,7 @@ done:
FUNC_LEAVE_API(ret_value)
} /* end H5Oget_info1() */
-
+
/*-------------------------------------------------------------------------
* Function: H5Oget_info_by_name1
*
@@ -147,7 +148,7 @@ done:
FUNC_LEAVE_API(ret_value)
} /* end H5Oget_info_by_name1() */
-
+
/*-------------------------------------------------------------------------
* Function: H5Oget_info_by_idx1
*
@@ -205,9 +206,9 @@ done:
FUNC_LEAVE_API(ret_value)
} /* end H5Oget_info_by_idx1() */
-
+
/*-------------------------------------------------------------------------
- * Function: H5Ovisit1
+ * Function: H5Ovisit1
*
* Purpose: Recursively visit an object and all the objects reachable
* from it. If the starting object is a group, all the objects
@@ -226,14 +227,14 @@ done:
* the callback about the object.
*
* Return: Success: The return value of the first operator that
- * returns non-zero, or zero if all members were
- * processed with no operator returning non-zero.
+ * returns non-zero, or zero if all members were
+ * processed with no operator returning non-zero.
*
* Failure: Negative if something goes wrong within the
- * library, or the negative value returned by one
- * of the operators.
+ * library, or the negative value returned by one
+ * of the operators.
*
- * Programmer: Quincey Koziol
+ * Programmer: Quincey Koziol
* November 25 2007
*
*-------------------------------------------------------------------------
@@ -263,7 +264,7 @@ done:
FUNC_LEAVE_API(ret_value)
} /* end H5Ovisit1() */
-
+
/*-------------------------------------------------------------------------
* Function: H5Ovisit_by_name1
*
@@ -284,14 +285,14 @@ done:
* the callback about the object.
*
* Return: Success: The return value of the first operator that
- * returns non-zero, or zero if all members were
- * processed with no operator returning non-zero.
+ * returns non-zero, or zero if all members were
+ * processed with no operator returning non-zero.
*
* Failure: Negative if something goes wrong within the
- * library, or the negative value returned by one
- * of the operators.
+ * library, or the negative value returned by one
+ * of the operators.
*
- * Programmer: Quincey Koziol
+ * Programmer: Quincey Koziol
* November 24 2007
*
*-------------------------------------------------------------------------
@@ -328,5 +329,6 @@ done:
FUNC_LEAVE_API(ret_value)
} /* end H5Ovisit_by_name1() */
+/* Future function prototypes to be deprecated in next version
#endif /* H5_NO_DEPRECATED_SYMBOLS */
-
+ */