summaryrefslogtreecommitdiffstatsabout
path: root/apache13.h
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-02-05 21:59:47 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-02-05 21:59:47 (GMT)
commit45220bcc856d6fa4b86e3f36eeaebd63d994f03f (patch)
tree3d7dde7606dd11a25335163284e3814b35bc7e01 /apache13.h
parent437e3890c6565b7d13c5e39ef8aa12858bfa9e4e (diff)
synchronized extract_* functions with latest apache 1.3 and 2.0.
Added some more recent extract_* functions.. still need to assign format letters cleanup/audit of extract_* functions release 1.95
Diffstat (limited to 'apache13.h')
-rw-r--r--apache13.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/apache13.h b/apache13.h
index 1c262d7..8181c43 100644
--- a/apache13.h
+++ b/apache13.h
@@ -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