From ef2935347099967cc7092fa7f472d91d51571468 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 24 Feb 2009 00:06:16 +0000 Subject: Whoa, lots of updates. Md5 is more general, nids, cache, cachestore, and cachestorenids all support synchronizing now. Url is pretty much done. --- src/cryptohash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cryptohash.h') diff --git a/src/cryptohash.h b/src/cryptohash.h index 01d4634..ed8d9ec 100644 --- a/src/cryptohash.h +++ b/src/cryptohash.h @@ -13,7 +13,7 @@ namespace Bu virtual void reset() = 0; virtual void setSalt( const Bu::FString &sSalt ) = 0; - virtual void addData( const char *sData, int iSize ) = 0; + virtual void addData( const void *sData, int iSize ) = 0; virtual void addData( const Bu::FString &sData ); virtual FString getResult() = 0; }; -- cgit v1.2.3