summaryrefslogtreecommitdiff
path: root/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'decode.h')
-rw-r--r--decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/decode.h b/decode.h
index b31b782..61f8203 100644
--- a/decode.h
+++ b/decode.h
@@ -27,6 +27,6 @@ struct Window;
struct DecodeContext* DecodeContextCreate(struct Window* window);
bool DecodeContextDecode(struct DecodeContext* decode_context, int fd);
-void DecodeContextDestroy(struct DecodeContext** decode_context);
+void DecodeContextDestroy(struct DecodeContext* decode_context);
#endif // RECEIVER_DECODE_H_