diff options
Diffstat (limited to 'apache13.h')
-rw-r--r-- | apache13.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ | |||
54 | 54 | ||
55 | #define apr_pool_create(a,b) *(a) = ap_make_sub_pool(b) | 55 | #define apr_pool_create(a,b) *(a) = ap_make_sub_pool(b) |
56 | #define apr_pool_destroy ap_destroy_pool | 56 | #define apr_pool_destroy ap_destroy_pool |
57 | #define apr_pool_cleanup_register ap_register_cleanup | ||
57 | #define apr_palloc ap_palloc | 58 | #define apr_palloc ap_palloc |
58 | #define apr_pcalloc ap_pcalloc | 59 | #define apr_pcalloc ap_pcalloc |
59 | #define apr_pstrdup ap_pstrdup | 60 | #define apr_pstrdup ap_pstrdup |