summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/crc32.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2005-11-10 07:12:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:03 -0500
commit62346e2b656c256110918004d4fd8db140afa238 (patch)
treef9b96a1647b361bfd013583679e26441b9193bac /source4/lib/crypto/crc32.h
parent2c8dcf417783ed859710824668452fb003fe4632 (diff)
downloadsamba-62346e2b656c256110918004d4fd8db140afa238.tar.gz
samba-62346e2b656c256110918004d4fd8db140afa238.tar.bz2
samba-62346e2b656c256110918004d4fd8db140afa238.zip
r11634: - make crc table static
- const uint8_t * in all places - update header prototype metze (This used to be commit 91dfa4c28d280aff8dbf46cf1e174b5b317ba322)
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);