--- a/src/bootstrap.h Sat Oct 06 09:03:24 2007 +0000 +++ b/src/bootstrap.h Thu Nov 15 08:16:10 2007 +0000 @@ -1,5 +1,5 @@ /** - * $Id: bootstrap.h,v 1.5 2007-10-06 08:59:42 nkeynes Exp $ + * $Id: bootstrap.h,v 1.6 2007-11-08 11:54:16 nkeynes Exp $ * * CD Bootstrap header parsing. Mostly for informational purposes. * @@ -32,7 +32,7 @@ * Dump the bootstrap info to the output log for infomational/debugging * purposes. */ -void bootstrap_dump(unsigned char *data, gboolean detail); +void bootstrap_dump(void *data, gboolean detail); #ifdef __cplusplus }