summaryrefslogtreecommitdiff
path: root/crc32.c
diff options
context:
space:
mode:
authorHans Kristian Rosbach <hk-git@circlestorm.org>2015-05-23 21:14:45 +0200
committerHans Kristian Rosbach <hk-git@circlestorm.org>2015-05-23 21:14:45 +0200
commitf533fd6e9b2dc7bfd9ce50570f2f02dd8ec6a7ed (patch)
tree0e3596cdba626d451c4a186295c1486333655d81 /crc32.c
parent2b6fd3880e8534ec902c8e5fe1f44bff6312e91c (diff)
Update remaining function prototypes to ANSI C standard
Diffstat (limited to 'crc32.c')
-rw-r--r--crc32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crc32.c b/crc32.c
index 66d6858..da7a8df 100644
--- a/crc32.c
+++ b/crc32.c
@@ -182,7 +182,7 @@ static void write_table(FILE *out, const uint32_t *table)
/* =========================================================================
* This function can be used by asm versions of crc32()
*/
-const uint32_t * ZEXPORT get_crc_table()
+const uint32_t * ZEXPORT get_crc_table(void)
{
#ifdef DYNAMIC_CRC_TABLE
if (crc_table_empty)