diff options
author | Jeff Trawick <trawick@apache.org> | 2011-07-14 16:47:59 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2011-07-14 16:47:59 +0200 |
commit | 7eb1caed9a4f9ac52f0cd59dda3c1df2a68d39e1 (patch) | |
tree | d2aedb6250dd6956cf2400d36bc706c6465d8095 /include/ap_slotmem.h | |
parent | Update. (diff) | |
download | apache2-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.h | 2 |
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; |