summaryrefslogtreecommitdiff
path: root/include/fitz/stm_crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fitz/stm_crypt.h')
-rw-r--r--include/fitz/stm_crypt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fitz/stm_crypt.h b/include/fitz/stm_crypt.h
index 15191caa..4e0bc725 100644
--- a/include/fitz/stm_crypt.h
+++ b/include/fitz/stm_crypt.h
@@ -4,6 +4,10 @@
* For further encapsulation in filters, or not.
*/
+/* crc-32 checksum */
+
+unsigned long fz_crc32(unsigned long crc, unsigned char *buf, int len);
+
/* md5 digests */
typedef struct fz_md5_s fz_md5;