diff options
Diffstat (limited to 'decode.h')
-rw-r--r-- | decode.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ struct DecodeContext; struct Window; -struct DecodeContext* DecodeContextCreate(struct Window* window); +struct DecodeContext* DecodeContextCreate(struct Window* window, + const char* dump_fname); bool DecodeContextDecode(struct DecodeContext* decode_context, const void* buffer, size_t size); void DecodeContextDestroy(struct DecodeContext* decode_context); |