# HG changeset patch # User nkeynes # Date 1142855973 0 # Node ID cef4d880123c0b086f1e1f55da0f69480d32906a # Parent fcec54454d10eacf5089115f0b2cd52c79e254fa Add fwrite_dump method --- a/src/dream.h Mon Mar 20 11:59:15 2006 +0000 +++ b/src/dream.h Mon Mar 20 11:59:33 2006 +0000 @@ -1,5 +1,5 @@ /** - * $Id: dream.h,v 1.7 2005-12-26 03:54:52 nkeynes Exp $ + * $Id: dream.h,v 1.8 2006-03-20 11:59:33 nkeynes Exp $ * * Miscellaneous application-wide declarations (mainly logging atm) * @@ -112,6 +112,7 @@ void fwrite_string( char *s, FILE *f ); int fread_string( char *s, int maxlen, FILE *f ); + void fwrite_dump( unsigned char *buf, unsigned int length, FILE *f ); #ifdef __cplusplus }