diff options
Diffstat (limited to '')
-rw-r--r-- | libkeccak_state_fast_free.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_state_fast_free.c b/libkeccak_state_fast_free.c index 775c408..db2e44f 100644 --- a/libkeccak_state_fast_free.c +++ b/libkeccak_state_fast_free.c @@ -2,4 +2,4 @@ #include "common.h" -extern inline void libkeccak_state_fast_free(struct libkeccak_state *restrict); +extern inline void libkeccak_state_fast_free(struct libkeccak_state *); |