commit 5c6251184afa2ef004d31272ffa2ae1708c6754e parent b303c3716547babcea286f54be76994eec29ccde Author: Frederic Cambus <fred@statdns.com> Date: Tue, 11 Sep 2018 21:33:09 +0200 Add ansilove_png structure Diffstat:
M | include/ansilove.h | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/ansilove.h b/include/ansilove.h @@ -27,6 +27,11 @@ struct ansilove_ctx { int error; }; +struct ansilove_png { + unsigned char *buffer; + size_t length; +}; + struct ansilove_options { char *fileName; char *retina;