]> granicus.if.org Git - apache/commitdiff
Tweak some declarations so they're picked up by make_export.awk
authorBrian Havard <bjh@apache.org>
Sat, 24 Mar 2001 06:43:19 +0000 (06:43 +0000)
committerBrian Havard <bjh@apache.org>
Sat, 24 Mar 2001 06:43:19 +0000 (06:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88568 13f79535-47bb-0310-9956-ffa450edef68

include/http_log.h
include/httpd.h

index d3fc227c0cd245ca1272c2bdd6ed5d97332fd78d..901ab110d270b9cf223e139653f398f7cd8f8f0b 100644 (file)
@@ -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
index 0c41123a2e32bd4c7c03c6266859a8ad4486cabf..aa5d6dfb7f82637b7cb7aff5d7fd1d15c1ce8334 100644 (file)
@@ -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