diff options
Diffstat (limited to 'include/fitz/scanconv.h')
-rw-r--r-- | include/fitz/scanconv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fitz/scanconv.h b/include/fitz/scanconv.h index 8fefe271..675d6806 100644 --- a/include/fitz/scanconv.h +++ b/include/fitz/scanconv.h @@ -29,6 +29,7 @@ struct fz_ael_s fz_error *fz_newgel(fz_gel **gelp); fz_error *fz_insertgel(fz_gel *gel, float x0, float y0, float x1, float y1); +fz_irect fz_boundgel(fz_gel *gel); void fz_resetgel(fz_gel *gel, int hs, int vs); void fz_sortgel(fz_gel *gel); void fz_dropgel(fz_gel *gel); |