From 5683fc63485590f6f35ed8978899e6d6a0eae4bb Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 24 Nov 2024 16:25:04 +0100 Subject: Add support to read png version --- src/dpng.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dpng.h') diff --git a/src/dpng.h b/src/dpng.h index a9ee8820..fd5119c6 100644 --- a/src/dpng.h +++ b/src/dpng.h @@ -7,10 +7,12 @@ extern "C" { #include "url.h" #include "image.hh" +#include "cache.h" void *a_Png_new(DilloImage *Image, DilloUrl *url, int version); void a_Png_callback(int Op, CacheClient_t *Client); +const char *a_Png_version(void); #ifdef __cplusplus -- cgit v1.2.3