summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>2000-03-14 09:01:46 +0100
committerdgaudet <dgaudet@unknown>2000-03-14 09:01:46 +0100
commit3b69cd61f714277766cc3ec8ac713cf832857fb5 (patch)
tree231255c089b83fd30f8cc165e440856eb7351760 /include
parentmissing from css patch (diff)
downloadapache2-3b69cd61f714277766cc3ec8ac713cf832857fb5.tar.xz
apache2-3b69cd61f714277766cc3ec8ac713cf832857fb5.zip
more missing from css
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84761 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r--include/httpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/httpd.h b/include/httpd.h
index 5710036c9f..3c33893dd4 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -949,6 +949,7 @@ API_EXPORT(char *) ap_make_full_path(ap_context_t *a, const char *dir, const cha
API_EXPORT(int) ap_is_matchexp(const char *str);
API_EXPORT(int) ap_strcmp_match(const char *str, const char *exp);
API_EXPORT(int) ap_strcasecmp_match(const char *str, const char *exp);
+API_EXPORT(char *) ap_strcasestr(const char *s1, const char *s2);
API_EXPORT(char *) ap_pbase64decode(ap_context_t *p, const char *bufcoded);
API_EXPORT(char *) ap_pbase64encode(ap_context_t *p, char *string);
API_EXPORT(char *) ap_uudecode(ap_context_t *p, const char *bufcoded);