From 304918004e806f27525261de9ac39122e4aee7f2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Dec 2017 16:42:26 -0500 Subject: Remove const in function declaration --- src/zix/digest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zix') diff --git a/src/zix/digest.h b/src/zix/digest.h index 34ab376..8c96492 100644 --- a/src/zix/digest.h +++ b/src/zix/digest.h @@ -30,7 +30,7 @@ ZIX_API uint32_t zix_digest_start(void); ZIX_API uint32_t -zix_digest_add(uint32_t hash, const void* buf, const size_t len); +zix_digest_add(uint32_t hash, const void* buf, size_t len); #ifdef __cplusplus } /* extern "C" */ -- cgit v1.2.1