diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
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 */ |