1.1 --- a/src/bootstrap.c Thu Oct 11 08:22:03 2007 +0000
1.2 +++ b/src/bootstrap.c Thu Nov 08 11:54:16 2007 +0000
1.5 - * $Id: bootstrap.c,v 1.8 2007-10-11 08:22:03 nkeynes Exp $
1.6 + * $Id: bootstrap.c,v 1.9 2007-11-08 11:54:16 nkeynes Exp $
1.8 * CD Bootstrap header parsing. Mostly for informational purposes.
1.11 * @param detail true to include a ful information dump, false for just
1.14 -void bootstrap_dump( unsigned char *data, gboolean detail )
1.15 +void bootstrap_dump( void *data, gboolean detail )
1.17 struct dc_bootstrap_head *head;
1.18 int i, got, periph, crc, hcrc;