diff options
Diffstat (limited to 'tools-util.h')
-rw-r--r-- | tools-util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools-util.h b/tools-util.h index 14ced032..c8ece0c8 100644 --- a/tools-util.h +++ b/tools-util.h @@ -149,4 +149,6 @@ const char *strcmp_prefix(const char *, const char *); unsigned hatoi_validate(const char *, const char *); +u32 crc32c(u32, const void *, size_t); + #endif /* _TOOLS_UTIL_H */ |