diff options
author | Edward Rudd | 2004-05-05 21:38:29 +0000 |
---|---|---|
committer | Edward Rudd | 2004-05-05 21:38:29 +0000 |
commit | 0c5c1bb0d0a3efe9ba96784cc5bc58c174db562e (patch) | |
tree | 3b9bb9c9ecf6b72556d65a6cf7b56ccd1760470e /apache13.h | |
parent | d98a5b1a3da9aec6911b28d1104411a942dffb1e (diff) |
changed strstr to ap_strstr or ap_strstr_c
changed strchr to ap_strchr or ap_strchr_c
Diffstat (limited to 'apache13.h')
-rw-r--r-- | apache13.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -60,6 +60,8 @@ | |||
60 | #define apr_pstrcat ap_pstrcat | 60 | #define apr_pstrcat ap_pstrcat |
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 | ||
64 | #define ap_strstr strstr | ||
63 | 65 | ||
64 | #define apr_table_set ap_table_set | 66 | #define apr_table_set ap_table_set |
65 | #define apr_table_get ap_table_get | 67 | #define apr_table_get ap_table_get |