From 1dcd4c9b8fb82d1012611cd99fe949f111088bbf Mon Sep 17 00:00:00 2001 From: Brian Havard Date: Sat, 24 Mar 2001 06:43:19 +0000 Subject: [PATCH] Tweak some declarations so they're picked up by make_export.awk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88568 13f79535-47bb-0310-9956-ffa450edef68 --- include/http_log.h | 4 ++-- include/httpd.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/http_log.h b/include/http_log.h index d3fc227c0c..901ab110d2 100644 --- a/include/http_log.h +++ b/include/http_log.h @@ -250,14 +250,14 @@ struct piped_log { * @return The piped log structure * @deffunc piped_log *ap_open_piped_log(apr_pool_t *p, const char *program) */ -AP_DECLARE(piped_log *) ap_open_piped_log (apr_pool_t *p, const char *program); +AP_DECLARE(piped_log *) ap_open_piped_log(apr_pool_t *p, const char *program); /** * Close the piped log and kill the logging process * @param pl The piped log structure * @deffunc void ap_close_piped_log(piped_log *pl) */ -AP_DECLARE(void) ap_close_piped_log (piped_log *pl); +AP_DECLARE(void) ap_close_piped_log(piped_log *pl); /** * A macro to access the read side of the piped log pipe diff --git a/include/httpd.h b/include/httpd.h index 0c41123a2e..aa5d6dfb7f 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -1489,7 +1489,7 @@ extern int raise_sigstop_flags; #define RAISE_SIGSTOP(x) #endif -AP_DECLARE(extern const char *) ap_psignature(const char *prefix, request_rec *r); +AP_DECLARE(const char *) ap_psignature(const char *prefix, request_rec *r); /* strtoul does not exist on sunos4. */ #ifdef strtoul -- 2.50.1