summaryrefslogtreecommitdiffstats
path: root/include/ap_slotmem.h
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-07-14 16:47:59 +0200
committerJeff Trawick <trawick@apache.org>2011-07-14 16:47:59 +0200
commit7eb1caed9a4f9ac52f0cd59dda3c1df2a68d39e1 (patch)
treed2aedb6250dd6956cf2400d36bc706c6465d8095 /include/ap_slotmem.h
parentUpdate. (diff)
downloadapache2-7eb1caed9a4f9ac52f0cd59dda3c1df2a68d39e1.tar.xz
apache2-7eb1caed9a4f9ac52f0cd59dda3c1df2a68d39e1.zip
fix def'n of AP_SLOTMEM_PROVIDER_VERSION, use it
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1146737 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/ap_slotmem.h')
-rw-r--r--include/ap_slotmem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ap_slotmem.h b/include/ap_slotmem.h
index 9f7db23a5c..81fde88a2a 100644
--- a/include/ap_slotmem.h
+++ b/include/ap_slotmem.h
@@ -49,7 +49,7 @@ extern "C" {
#endif
#define AP_SLOTMEM_PROVIDER_GROUP "slotmem"
-#define AP_SLOTMEM_PROVIDER_VERSION 0
+#define AP_SLOTMEM_PROVIDER_VERSION "0"
typedef unsigned int ap_slotmem_type_t;