diff options
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 |