summaryrefslogtreecommitdiff
path: root/source4/lib/crypto/crc32.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-11-25 18:02:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:08 -0500
commit5c55901266a4f176e77d41ceb6674b0d89eaef3a (patch)
treec3dc30046702c088676e3561b13a830d55a91c16 /source4/lib/crypto/crc32.h
parent13abb5275827673c765863d7f5bd7dafea5ad8b9 (diff)
downloadsamba-5c55901266a4f176e77d41ceb6674b0d89eaef3a.tar.gz
samba-5c55901266a4f176e77d41ceb6674b0d89eaef3a.tar.bz2
samba-5c55901266a4f176e77d41ceb6674b0d89eaef3a.zip
r3960: fix compiler warnings
metze (This used to be commit 54d5b418a75d421a9c6c09bc084454f11e9b7b44)
Diffstat (limited to 'source4/lib/crypto/crc32.h')
-rw-r--r--source4/lib/crypto/crc32.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/lib/crypto/crc32.h b/source4/lib/crypto/crc32.h
index a1030c14df..5b3642ffc8 100644
--- a/source4/lib/crypto/crc32.h
+++ b/source4/lib/crypto/crc32.h
@@ -1,2 +1 @@
-uint32_t crc32_calc_buffer( const char *buffer, uint32_t count);
-
+uint32_t crc32_calc_buffer(const uint8_t *buffer, uint32_t count);