]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Made storeKeyText definition profile match its declaration in protos.h
authorrousskov <>
Wed, 15 Aug 2007 04:30:35 +0000 (04:30 +0000)
committerrousskov <>
Wed, 15 Aug 2007 04:30:35 +0000 (04:30 +0000)
as reported by Amos Jeffries.

src/store_key_md5.cc

index d91a3f65f5e1327eebf844e75092fbf2597c69ab..74ca0df1b4a65f545b43248b34ce91478f38e47c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_key_md5.cc,v 1.33 2006/06/21 22:36:08 wessels Exp $
+ * $Id: store_key_md5.cc,v 1.34 2007/08/14 22:30:35 rousskov Exp $
  *
  * DEBUG: section 20    Storage Manager MD5 Cache Keys
  * AUTHOR: Duane Wessels
@@ -39,7 +39,7 @@
 static cache_key null_key[MD5_DIGEST_CHARS];
 
 const char *
-storeKeyText(const unsigned char *key)
+storeKeyText(const cache_key *key)
 {
     static char buf[MD5_DIGEST_CHARS * 2+1];
     int i;