]> granicus.if.org Git - apache/commitdiff
Change the type to be consistent with wrowe's changes.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 17 Sep 2001 02:53:01 +0000 (02:53 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Mon, 17 Sep 2001 02:53:01 +0000 (02:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91051 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.c

index 36b34760a5830d8947ed365cc42596b28db4efee..e949ff2f7c00c2664eb35ceb34bf6ad354192710 100644 (file)
@@ -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;