Loading include/httpd.h +2 −2 Original line number Diff line number Diff line Loading @@ -1619,7 +1619,7 @@ AP_DECLARE(int) ap_os_is_path_absolute(apr_pool_t *p, const char *dir); AP_DECLARE(int) ap_is_matchexp(const char *str); /** * Determine if a string matches a patterm containing the wildcards '?' or '*' * Determine if a string matches a pattern containing the wildcards '?' or '*' * @param str The string to check * @param expected The pattern to match against * @return 1 if the two strings match, 0 otherwise Loading @@ -1627,7 +1627,7 @@ AP_DECLARE(int) ap_is_matchexp(const char *str); AP_DECLARE(int) ap_strcmp_match(const char *str, const char *expected); /** * Determine if a string matches a patterm containing the wildcards '?' or '*', * Determine if a string matches a pattern containing the wildcards '?' or '*', * ignoring case * @param str The string to check * @param expected The pattern to match against Loading Loading
include/httpd.h +2 −2 Original line number Diff line number Diff line Loading @@ -1619,7 +1619,7 @@ AP_DECLARE(int) ap_os_is_path_absolute(apr_pool_t *p, const char *dir); AP_DECLARE(int) ap_is_matchexp(const char *str); /** * Determine if a string matches a patterm containing the wildcards '?' or '*' * Determine if a string matches a pattern containing the wildcards '?' or '*' * @param str The string to check * @param expected The pattern to match against * @return 1 if the two strings match, 0 otherwise Loading @@ -1627,7 +1627,7 @@ AP_DECLARE(int) ap_is_matchexp(const char *str); AP_DECLARE(int) ap_strcmp_match(const char *str, const char *expected); /** * Determine if a string matches a patterm containing the wildcards '?' or '*', * Determine if a string matches a pattern containing the wildcards '?' or '*', * ignoring case * @param str The string to check * @param expected The pattern to match against Loading