filename | src/dream.h |
changeset | 119:cef4d880123c |
prev | 35:21a4be098304 |
next | 135:2b05ea3d87c1 |
author | nkeynes |
date | Mon Mar 20 11:59:33 2006 +0000 (17 years ago) |
permissions | -rw-r--r-- |
last change | Add fwrite_dump method |
file | annotate | diff | log | raw |
1.1 --- a/src/dream.h Mon Dec 26 03:54:55 2005 +00001.2 +++ b/src/dream.h Mon Mar 20 11:59:33 2006 +00001.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.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.16 #ifdef __cplusplus1.17 }
.