diff options
Diffstat (limited to 'include/fitz/image.h')
-rw-r--r-- | include/fitz/image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fitz/image.h b/include/fitz/image.h index 13d4d096..cfbba169 100644 --- a/include/fitz/image.h +++ b/include/fitz/image.h @@ -10,3 +10,5 @@ struct fz_image_s int w, h, n, a; }; +void fz_dropimage(fz_image *img); + |