From 20ed57016563c10157093ed3785f17b5ce27fdca Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Sun, 2 Apr 2023 20:41:20 +0200 Subject: Major rework of decoder implementation --- decode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decode.h') 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_ -- cgit v1.2.3