From 596a3fc5d3a7d14011ef51bc2798fd7b0bc6379c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Mon, 14 Aug 2000 19:01:38 +0200
Subject: [PATCH] Fixed prototype.

Rev: src/modules/HTTPLoop/cache.h:1.6
---
 src/modules/HTTPLoop/cache.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/modules/HTTPLoop/cache.h b/src/modules/HTTPLoop/cache.h
index 0c3ff007e9..0063f8f84e 100644
--- a/src/modules/HTTPLoop/cache.h
+++ b/src/modules/HTTPLoop/cache.h
@@ -1,8 +1,8 @@
 struct cache_entry *aap_cache_lookup(char *s, ptrdiff_t len, 
-				 char *h, ptrdiff_t hlen,
-				 struct cache *c, int nl, 
-				 struct cache_entry **p, 
-				 int *hv);
+				     char *h, ptrdiff_t hlen,
+				     struct cache *c, int nl, 
+				     struct cache_entry **p, 
+				     size_t *hv);
 
 
 void aap_free_cache_entry(struct cache *c, struct cache_entry *e,
-- 
GitLab