diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-11-24 16:23:04 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-11-24 17:07:17 +0100 |
commit | 5e753c35a3ef921069eb357b576cc80761f8cbea (patch) | |
tree | 7f33b5178ec0275d96decaa3f4bab6be7fed0fd3 /src/djpeg.h | |
parent | 1cc505902ca1ef41e105f51f8a5c4aad2d16e12b (diff) |
Add support to read jpeg version
Diffstat (limited to 'src/djpeg.h')
-rw-r--r-- | src/djpeg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/djpeg.h b/src/djpeg.h index 32419e4b..0c466858 100644 --- a/src/djpeg.h +++ b/src/djpeg.h @@ -11,6 +11,7 @@ extern "C" { void *a_Jpeg_new(DilloImage *Image, DilloUrl *url, int version); void a_Jpeg_callback(int Op, void *data); +const char *a_Jpeg_version(void); #ifdef __cplusplus |