summaryrefslogtreecommitdiff
path: root/tests/crc32_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/crc32_test.h')
-rw-r--r--tests/crc32_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crc32_test.h b/tests/crc32_test.h
index 493d34ea..18530f98 100644
--- a/tests/crc32_test.h
+++ b/tests/crc32_test.h
@@ -5,6 +5,6 @@
#ifndef VBOOT_REFERENCE_CRC32_TEST_H_
#define VBOOT_REFERENCE_CRC32_TEST_H_
-int TestCrc32TestVectors();
+int TestCrc32TestVectors(void);
#endif /* VBOOT_REFERENCE_CRC32_TEST_H_ */