summaryrefslogtreecommitdiff
path: root/include/apr_general.h
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2000-11-26 04:27:56 +0000
committerGreg Stein <gstein@apache.org>2000-11-26 04:27:56 +0000
commitde72ad0419851886d8f18c16d1e3767afb891f67 (patch)
tree188e5ba3fd873af8907734d221bb3f9401484717 /include/apr_general.h
parentf6ffd82eeb90efbe682ceb4230356bc86fe0adbd (diff)
downloadapr-de72ad0419851886d8f18c16d1e3767afb891f67.tar.gz
move apr_strerror() from apr_general.h to apr_errno.h
git-svn-id: https://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