summaryrefslogtreecommitdiff
path: root/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'decode.h')
-rw-r--r--decode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/decode.h b/decode.h
index e2ea3ba..c243316 100644
--- a/decode.h
+++ b/decode.h
@@ -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);