diff options
Diffstat (limited to 'apache13.h')
-rw-r--r-- | apache13.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $Header: /home/cvs/mod_log_sql/apache13.h,v 1.3 2004/01/22 05:26:56 urkle Exp $ */ | 1 | /* $Header: /home/cvs/mod_log_sql/apache13.h,v 1.4 2004/02/05 21:59:46 urkle Exp $ */ |
2 | #ifndef APACHE13_H | 2 | #ifndef APACHE13_H |
3 | #define APACHE13_H | 3 | #define APACHE13_H |
4 | 4 | ||
@@ -41,6 +41,8 @@ | |||
41 | /* Functions */ | 41 | /* Functions */ |
42 | #define ap_get_remote_host(a,b,c,d) ap_get_remote_host(a,b,c) | 42 | #define ap_get_remote_host(a,b,c,d) ap_get_remote_host(a,b,c) |
43 | 43 | ||
44 | #define apr_uri_unparse ap_unparse_uri_components | ||
45 | |||
44 | #define apr_pool_create(a,b) *(a) = ap_make_sub_pool(b) | 46 | #define apr_pool_create(a,b) *(a) = ap_make_sub_pool(b) |
45 | #define apr_palloc ap_palloc | 47 | #define apr_palloc ap_palloc |
46 | #define apr_pcalloc ap_pcalloc | 48 | #define apr_pcalloc ap_pcalloc |