summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/crc32.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/crypto/crc32.h')
-rw-r--r--source4/lib/crypto/crc32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/crypto/crc32.h b/source4/lib/crypto/crc32.h
new file mode 100644
index 0000000000..a1030c14df
--- /dev/null
+++ b/source4/lib/crypto/crc32.h
@@ -0,0 +1,2 @@
+uint32_t crc32_calc_buffer( const char *buffer, uint32_t count);
+