]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
clientdbUpdate fix, request flag parameter deleted
authorglenn <>
Sat, 24 Oct 1998 03:53:32 +0000 (03:53 +0000)
committerglenn <>
Sat, 24 Oct 1998 03:53:32 +0000 (03:53 +0000)
src/protos.h

index 8ab9fe0801816a92e3aff130403e431de7d26969..f34852011875482ab344ff51ba8617cdaf380e2e 100644 (file)
@@ -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);