summaryrefslogtreecommitdiff
path: root/src/dwebp.h
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-11-24 18:33:38 +0100
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-11-24 19:08:46 +0100
commit6939e4f12e9d5b6c69aa994bbd6fc4046f8941e5 (patch)
tree3426158247ae15786cb85b3f0cedc99d5735200a /src/dwebp.h
parentb9e801cb940b45cfd9a4cf95bf5af68b084156b4 (diff)
Report if WebP is enabled and the version
Diffstat (limited to 'src/dwebp.h')
-rw-r--r--src/dwebp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dwebp.h b/src/dwebp.h
index 930380b0..11718456 100644
--- a/src/dwebp.h
+++ b/src/dwebp.h
@@ -11,6 +11,7 @@ extern "C" {
void *a_Webp_new(DilloImage *Image, DilloUrl *url, int version);
void a_Webp_callback(int Op, void *data);
+const char *a_Webp_version(char *buf, int n);
#ifdef __cplusplus