sixel: add sixel_destroy()

This commit is contained in:
Daniel Eklöf 2020-02-22 00:23:19 +01:00
parent 6f84b79810
commit bb82b9fabc
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 22 additions and 14 deletions

View file

@ -5,3 +5,5 @@
void sixel_init(struct terminal *term);
void sixel_put(struct terminal *term, uint8_t c);
void sixel_unhook(struct terminal *term);
void sixel_destroy(struct sixel *sixel);