summaryrefslogtreecommitdiff
path: root/src/dwebp.h
diff options
context:
space:
mode:
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