From 0457c46254214ab0ee93f33cd211c9642d00e7c4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 10 Aug 2013 04:43:13 +0200 Subject: do not allow extra arguments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- c/sha3.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/sha3.h') diff --git a/c/sha3.h b/c/sha3.h index 3b39c1e..7371451 100644 --- a/c/sha3.h +++ b/c/sha3.h @@ -33,7 +33,7 @@ extern void initialise(long bitrate, long capacity, long output); /** * Dispose of the Keccak sponge */ -extern void dispose(); +extern void dispose(void); /** @@ -77,5 +77,5 @@ extern void fastSqueeze(long times); * * @return The hash sum */ -extern char* squeeze(); +extern char* squeeze(void); -- cgit v1.2.3-70-g09d2