diff options
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_ |