summaryrefslogtreecommitdiffstatsabout
path: root/apache13.h
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-05-12 23:28:22 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-05-12 23:28:22 (GMT)
commit2700c4b44eb9325e4f86a7b9f7d55f4b3fe167d0 (patch)
tree92dbded683bcdc2fd79599c571645b889899811d /apache13.h
parent0c5c1bb0d0a3efe9ba96784cc5bc58c174db562e (diff)
added ap_strstr_c and ap_strchr_c defines
Diffstat (limited to 'apache13.h')
-rw-r--r--apache13.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apache13.h b/apache13.h
index ab56113..ce4ec64 100644
--- a/apache13.h
+++ b/apache13.h
@@ -61,7 +61,9 @@
61#define apr_psprintf ap_psprintf 61#define apr_psprintf ap_psprintf
62#define apr_snprintf ap_snprintf 62#define apr_snprintf ap_snprintf
63#define ap_strchr strchr 63#define ap_strchr strchr
64#define ap_strchr_c strchr
64#define ap_strstr strstr 65#define ap_strstr strstr
66#define ap_strstr_c strstr
65 67
66#define apr_table_set ap_table_set 68#define apr_table_set ap_table_set
67#define apr_table_get ap_table_get 69#define apr_table_get ap_table_get