Search
lxdream.org :: lxdream/src/bootstrap.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/bootstrap.h
changeset 502:c4ecae2b1b5e
prev422:61a0598e07ff
next561:533f6b478071
author nkeynes
date Wed Nov 21 11:45:33 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add config guard around GTK display device
file annotate diff log raw
1.1 --- a/src/bootstrap.h Sat Oct 06 09:03:24 2007 +0000
1.2 +++ b/src/bootstrap.h Wed Nov 21 11:45:33 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: bootstrap.h,v 1.5 2007-10-06 08:59:42 nkeynes Exp $
1.6 + * $Id: bootstrap.h,v 1.6 2007-11-08 11:54:16 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(unsigned char *data, gboolean detail);
1.15 +void bootstrap_dump(void *data, gboolean detail);
1.16
1.17 #ifdef __cplusplus
1.18 }
.