diff options
author | Guenter Knauf <fuankg@apache.org> | 2011-11-14 22:39:19 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2011-11-14 22:39:19 +0100 |
commit | 69218cb9126e098cae7e2a7095dd38f66363603f (patch) | |
tree | 932126825e30b8ab8c7cf285c3791658c3390b93 /include/apreq_error.h | |
parent | Fixed broken NWGNUmakefile introduced with r1201194, r1201195. (diff) | |
download | apache2-69218cb9126e098cae7e2a7095dd38f66363603f.tar.xz apache2-69218cb9126e098cae7e2a7095dd38f66363603f.zip |
Added apreq to NetWare build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apreq_error.h')
-rw-r--r-- | include/apreq_error.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/apreq_error.h b/include/apreq_error.h index b2de1fd2be..d669b89cdf 100644 --- a/include/apreq_error.h +++ b/include/apreq_error.h @@ -29,8 +29,9 @@ * apreq's wrapper around apr_strerror(); * recognizes APREQ_ERROR_* status codes. */ -APREQ_DECLARE(char *) -apreq_strerror(apr_status_t s, char *buf, apr_size_t bufsize); +APREQ_DECLARE(char *) apreq_strerror(apr_status_t s, + char *buf, + apr_size_t bufsize); /** * @file apreq_error.h |