diff options
author | Mikhail Burakov <mburakov@mailbox.org> | 2023-04-02 20:41:20 +0200 |
---|---|---|
committer | Mikhail Burakov <mburakov@mailbox.org> | 2023-04-07 13:48:02 +0200 |
commit | 20ed57016563c10157093ed3785f17b5ce27fdca (patch) | |
tree | 73346b7a4b0ce66bf1d4b651f714fb1a315d247f /decode.h | |
parent | e59239d9eb7a48844104b2fbbcb96c069204950a (diff) |
Major rework of decoder implementation
Diffstat (limited to 'decode.h')
-rw-r--r-- | decode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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_ |