summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-09 20:31:52 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-09 20:31:52 +0000
commitabb67ee6deac030c4bc38e166cd3e3ab086ae285 (patch)
treeb05754d4b52c90b89ae8e68278153ea233c67077 /source3/include
parent8158620124504a1ece1f1191cb8f273709039bd2 (diff)
downloadsamba-abb67ee6deac030c4bc38e166cd3e3ab086ae285.tar.gz
samba-abb67ee6deac030c4bc38e166cd3e3ab086ae285.tar.bz2
samba-abb67ee6deac030c4bc38e166cd3e3ab086ae285.zip
signed / unsigned issues spotted by herb
(This used to be commit 0b90442021aa3adb5ae7f09c53c9e54c7655d8c5)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index dec428a142..2d64d8df45 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -73,7 +73,7 @@ void add_char_string(char *s);
/*The following definitions come from lib/crc32.c */
void crc32_build_table(void);
-uint32 crc32_calc_buffer( uint32 count, uchar *buffer);
+uint32 crc32_calc_buffer( uint32 count, char *buffer);
/*The following definitions come from lib/debug.c */