From: Justin Erenkrantz Date: Mon, 17 Sep 2001 02:53:01 +0000 (+0000) Subject: Change the type to be consistent with wrowe's changes. X-Git-Tag: 2.0.26~242 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44b6f2a96e95bb2fc6ba3a9fab70fc790ab7451c;p=apache Change the type to be consistent with wrowe's changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91051 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_include.c b/modules/filters/mod_include.c index 36b34760a5..e949ff2f7c 100644 --- a/modules/filters/mod_include.c +++ b/modules/filters/mod_include.c @@ -252,8 +252,8 @@ static void bndm_compile(bndm_t *t, const char *n, apr_size_t nl) * Returns the count of character that is the first match or hl if no * match is found. */ -static int bndm(const char *n, apr_size_t nl, const char *h, apr_size_t hl, - bndm_t *t) +static apr_size_t bndm(const char *n, apr_size_t nl, const char *h, + apr_size_t hl, bndm_t *t) { apr_size_t skip; const char *he, *p, *pi;