summaryrefslogtreecommitdiff
path: root/include/util_mutex.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2009-11-24 20:30:00 +0000
committerJeff Trawick <trawick@apache.org>2009-11-24 20:30:00 +0000
commit7d8d2a34fab875074ca6b4eff7d28a985c203fb4 (patch)
tree26b86d2c52b0b56454e870e11e3602d84557ec4a /include/util_mutex.h
parent7e6399e951c4234d392addbed36b45a6a3f63c7c (diff)
downloadhttpd-7d8d2a34fab875074ca6b4eff7d28a985c203fb4.tar.gz
fix the "fix" in r883816
internal function ap_set_mutex() should be AP_DECLARE_NONSTD() like our other directive parsers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@883859 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_mutex.h')
-rw-r--r--include/util_mutex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/util_mutex.h b/include/util_mutex.h
index a08cfc72fa..d9b575296e 100644
--- a/include/util_mutex.h
+++ b/include/util_mutex.h
@@ -99,9 +99,9 @@ AP_DECLARE(apr_status_t) ap_parse_mutex(const char *arg, apr_pool_t *pool,
const char **mutexfile);
/* private function to process the Mutex directive */
-const char * ap_set_mutex(cmd_parms *cmd, void *dummy,
- const char *typelist,
- const char *mechfile);
+AP_DECLARE_NONSTD(const char *) ap_set_mutex(cmd_parms *cmd, void *dummy,
+ const char *typelist,
+ const char *mechfile);
/**
* option flags for ap_mutex_register(), ap_global_mutex_create(), and