From: glenn <> Date: Sat, 24 Oct 1998 03:53:32 +0000 (+0000) Subject: clientdbUpdate fix, request flag parameter deleted X-Git-Tag: SQUID_3_0_PRE1~2538 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b150ba82807ce3dcdd2bf834f8c7067a78264b2;p=thirdparty%2Fsquid.git clientdbUpdate fix, request flag parameter deleted --- diff --git a/src/protos.h b/src/protos.h index 8ab9fe0801..f348520118 100644 --- a/src/protos.h +++ b/src/protos.h @@ -1,6 +1,6 @@ /* - * $Id: protos.h,v 1.282 1998/10/21 06:54:20 wessels Exp $ + * $Id: protos.h,v 1.283 1998/10/23 21:53:32 glenn Exp $ * * * SQUID Internet Object Cache http://squid.nlanr.net/Squid/ @@ -107,7 +107,7 @@ extern int cbdataValid(const void *p); extern void cbdataDump(StoreEntry *); extern void clientdbInit(void); -extern void clientdbUpdate(struct in_addr, log_type, protocol_t, size_t, request_flags); +extern void clientdbUpdate(struct in_addr, log_type, protocol_t, size_t); extern int clientdbCutoffDenied(struct in_addr); extern void clientdbDump(StoreEntry *); extern void clientdbFreeMemory(void);