The unified diff between revisions [63530dac..] and [e99d4659..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'buffer.h'
# # # patch "buffer.h" # from [43501949798700fbfcc5ad66a2da88d04e12a8a0] # to [82132c5abb40cc58e8a189f93cb06d617385c167] # ============================================================ --- buffer.h 43501949798700fbfcc5ad66a2da88d04e12a8a0 +++ buffer.h 82132c5abb40cc58e8a189f93cb06d617385c167 @@ -50,6 +50,7 @@ unsigned char buf_getbyte(buffer* buf); void buf_incrpos(buffer* buf, int incr); /* -ve is ok, to go backwards */ void buf_incrwritepos(buffer* buf, unsigned int incr); unsigned char buf_getbyte(buffer* buf); +unsigned char buf_getbool(buffer* buf); void buf_putbyte(buffer* buf, unsigned char val); unsigned char* buf_getptr(buffer* buf, unsigned int len); unsigned char* buf_getwriteptr(buffer* buf, unsigned int len);