Search
lxdream.org :: lxdream/src/dream.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dream.h
changeset 119:cef4d880123c
prev35:21a4be098304
next135:2b05ea3d87c1
author nkeynes
date Thu Mar 30 11:30:59 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Unfubar the pvr event generation
Move state into pvr2_state structure for ease of save/load
file annotate diff log raw
1.1 --- a/src/dream.h Mon Dec 26 03:54:55 2005 +0000
1.2 +++ b/src/dream.h Thu Mar 30 11:30:59 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: dream.h,v 1.7 2005-12-26 03:54:52 nkeynes Exp $
1.6 + * $Id: dream.h,v 1.8 2006-03-20 11:59:33 nkeynes Exp $
1.7 *
1.8 * Miscellaneous application-wide declarations (mainly logging atm)
1.9 *
1.10 @@ -112,6 +112,7 @@
1.11
1.12 void fwrite_string( char *s, FILE *f );
1.13 int fread_string( char *s, int maxlen, FILE *f );
1.14 + void fwrite_dump( unsigned char *buf, unsigned int length, FILE *f );
1.15
1.16 #ifdef __cplusplus
1.17 }
.