diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fitz/base_pixmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fitz/base_pixmap.h b/include/fitz/base_pixmap.h index 3e3f055e..dab22c45 100644 --- a/include/fitz/base_pixmap.h +++ b/include/fitz/base_pixmap.h @@ -18,7 +18,7 @@ fz_error *fz_newpixmapwithrect(fz_pixmap **mapp, fz_irect bbox, int n); fz_error *fz_newpixmap(fz_pixmap **mapp, int x, int y, int w, int h, int n); fz_error *fz_newpixmapcopy(fz_pixmap **pixp, fz_pixmap *old); -void fz_debugpixmap(fz_pixmap *map); +void fz_debugpixmap(fz_pixmap *map, char *prefix); void fz_clearpixmap(fz_pixmap *map); void fz_droppixmap(fz_pixmap *map); |