Search
lxdream.org :: lxdream/src/dream.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dream.h
changeset 495:4db4702b0778
prev477:9a373f2ff009
next561:533f6b478071
author nkeynes
date Thu Nov 15 08:16:10 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Add support for CDI V4
file annotate diff log raw
1.1 --- a/src/dream.h Wed Oct 31 09:10:23 2007 +0000
1.2 +++ b/src/dream.h Thu Nov 15 08:16:10 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: dream.h,v 1.16 2007-10-31 09:10:23 nkeynes Exp $
1.6 + * $Id: dream.h,v 1.17 2007-11-07 11:45:53 nkeynes Exp $
1.7 *
1.8 * Miscellaneous application-wide declarations (mainly logging atm)
1.9 *
1.10 @@ -95,6 +95,8 @@
1.11 void fwrite_dump32( unsigned int *buf, unsigned int length, FILE *f );
1.12 void fwrite_dump32v( unsigned int *buf, unsigned int length, int wordsPerLine, FILE *f );
1.13
1.14 +void install_crash_handler(void);
1.15 +
1.16 gboolean write_png_to_stream( FILE *f, frame_buffer_t );
1.17 frame_buffer_t read_png_from_stream( FILE *f );
1.18
.