Search
lxdream.org :: lxdream/src/bootstrap.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/bootstrap.c
changeset 502:c4ecae2b1b5e
prev437:2c259474b474
next561:533f6b478071
author nkeynes
date Wed Nov 14 10:18:21 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add portugese and german translations (thanks to GT and TK)
file annotate diff log raw
1.1 --- a/src/bootstrap.c Thu Oct 11 08:22:03 2007 +0000
1.2 +++ b/src/bootstrap.c Wed Nov 14 10:18:21 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
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.7 *
1.8 * CD Bootstrap header parsing. Mostly for informational purposes.
1.9 *
1.10 @@ -106,7 +106,7 @@
1.11 * @param detail true to include a ful information dump, false for just
1.12 * the facts, maam.
1.13 */
1.14 -void bootstrap_dump( unsigned char *data, gboolean detail )
1.15 +void bootstrap_dump( void *data, gboolean detail )
1.16 {
1.17 struct dc_bootstrap_head *head;
1.18 int i, got, periph, crc, hcrc;
.