summaryrefslogtreecommitdiff
path: root/crc32c.h
diff options
context:
space:
mode:
Diffstat (limited to 'crc32c.h')
-rw-r--r--crc32c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crc32c.h b/crc32c.h
index 8b030de..c09cb42 100644
--- a/crc32c.h
+++ b/crc32c.h
@@ -2,7 +2,7 @@
#define CRC32C_H
typedef uint32_t (*crc_func)(uint32_t crc, const void *buf, size_t len);
-crc_func crc32c;
+extern crc_func crc32c;
void crc32c_init(void);