From: rousskov <> Date: Wed, 15 Aug 2007 04:30:35 +0000 (+0000) Subject: Made storeKeyText definition profile match its declaration in protos.h X-Git-Tag: SQUID_3_0_PRE7~68 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1b70fe6ab8d3490e8481a915838f5f4607c90fc;p=thirdparty%2Fsquid.git Made storeKeyText definition profile match its declaration in protos.h as reported by Amos Jeffries. --- diff --git a/src/store_key_md5.cc b/src/store_key_md5.cc index d91a3f65f5..74ca0df1b4 100644 --- a/src/store_key_md5.cc +++ b/src/store_key_md5.cc @@ -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;