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, 1 insertions, 1 deletions
diff --git a/source4/lib/crypto/crc32.h b/source4/lib/crypto/crc32.h
index bd9a39cb2b..7854abf865 100644
--- a/source4/lib/crypto/crc32.h
+++ b/source4/lib/crypto/crc32.h
@@ -1 +1 @@
-uint32_t crc32_calc_buffer(const uint8_t *buffer, uint32_t size);
+uint32_t crc32_calc_buffer(const uint8_t *buf, size_t size);