summaryrefslogtreecommitdiff
path: root/include/util_mutex.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-08-23 01:29:38 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-08-23 01:29:38 +0000
commit8b6364d4947025a444008d2791910332fba1a345 (patch)
tree9c98bf5837ebac38dcdc67add5aa3922498b1ca8 /include/util_mutex.h
parente50bb82bb4d11972fb51e758faf33cab05b14835 (diff)
downloadhttpd-8b6364d4947025a444008d2791910332fba1a345.tar.gz
Minor quibble; the declarespec for data comes after the data type.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568794 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_mutex.h')
-rw-r--r--include/util_mutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/util_mutex.h b/include/util_mutex.h
index 4cd7154fe2..69262af20c 100644
--- a/include/util_mutex.h
+++ b/include/util_mutex.h
@@ -33,8 +33,8 @@
extern "C" {
#endif
-AP_DECLARE_DATA extern const char ap_available_mutexes_string[];
-AP_DECLARE_DATA extern const char ap_all_available_mutexes_string[];
+extern const char AP_DECLARE_DATA ap_available_mutexes_string[];
+extern const char AP_DECLARE_DATA ap_all_available_mutexes_string[];
/**
* Get Mutex config data and parse it