Search
lxdream.org :: lxdream/src/bootstrap.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/bootstrap.h
changeset 422:61a0598e07ff
prev167:71c0cc416a64
next502:c4ecae2b1b5e
author nkeynes
date Sun Nov 04 08:49:18 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix pointer=>int conversions to use intptr_t types
file annotate diff log raw
1.1 --- a/src/bootstrap.h Mon Jun 19 11:00:42 2006 +0000
1.2 +++ b/src/bootstrap.h Sun Nov 04 08:49:18 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: bootstrap.h,v 1.4 2006-06-19 11:00:40 nkeynes Exp $
1.6 + * $Id: bootstrap.h,v 1.5 2007-10-06 08:59:42 nkeynes Exp $
1.7 *
1.8 * CD Bootstrap header parsing. Mostly for informational purposes.
1.9 *
1.10 @@ -32,7 +32,7 @@
1.11 * Dump the bootstrap info to the output log for infomational/debugging
1.12 * purposes.
1.13 */
1.14 -void bootstrap_dump(char *data, gboolean detail);
1.15 +void bootstrap_dump(unsigned char *data, gboolean detail);
1.16
1.17 #ifdef __cplusplus
1.18 }
.