summaryrefslogtreecommitdiff
path: root/include/apr_general.h
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2000-11-26 04:27:56 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2000-11-26 04:27:56 +0000
commitc1af267ca6bec73cceb0dd1109669e4139a8f524 (patch)
tree188e5ba3fd873af8907734d221bb3f9401484717 /include/apr_general.h
parentf6a6216b15f22a9b4d969af35a2b3f57ec6d96c3 (diff)
downloadlibapr-c1af267ca6bec73cceb0dd1109669e4139a8f524.tar.gz
move apr_strerror() from apr_general.h to apr_errno.h
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60799 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_general.h')
-rw-r--r--include/apr_general.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/apr_general.h b/include/apr_general.h
index f3252de50..68a36aa4b 100644
--- a/include/apr_general.h
+++ b/include/apr_general.h
@@ -276,14 +276,6 @@ void apr_terminate(void);
*/
apr_status_t apr_set_abort(int (*apr_abort)(int retcode), apr_pool_t *cont);
-/**
- * Return a human readable string describing the specified error.
- * @param statcode The error code the get a string for.
- * @param buf A buffer to hold the error string.
- * @param bufsize Size of the buffer to hold the string.
- */
-char *apr_strerror(apr_status_t statcode, char *buf, apr_size_t bufsize);
-
#ifdef __cplusplus
}
#endif