diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-01 03:25:13 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-01 03:25:13 +0100 |
commit | 691028a1c0528158e8a8ec04631b26b46caa3804 (patch) | |
tree | a9fd4eabd25976fbce711e12da9496b41cdd5f06 /include/fitz/scanconv.h | |
parent | 082f865c4e16e525076a86df5da2a1b03da293bb (diff) | |
download | mupdf-691028a1c0528158e8a8ec04631b26b46caa3804.tar.xz |
great free -> drop renaming
Diffstat (limited to 'include/fitz/scanconv.h')
-rw-r--r-- | include/fitz/scanconv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/fitz/scanconv.h b/include/fitz/scanconv.h index 057153c4..8fefe271 100644 --- a/include/fitz/scanconv.h +++ b/include/fitz/scanconv.h @@ -31,12 +31,12 @@ fz_error *fz_newgel(fz_gel **gelp); fz_error *fz_insertgel(fz_gel *gel, float x0, float y0, float x1, float y1); void fz_resetgel(fz_gel *gel, int hs, int vs); void fz_sortgel(fz_gel *gel); -void fz_freegel(fz_gel *gel); +void fz_dropgel(fz_gel *gel); fz_error *fz_newael(fz_ael **aelp); fz_error *fz_insertael(fz_ael *ael, fz_gel *gel, int y, int *e); void fz_advanceael(fz_ael *ael); -void fz_freeael(fz_ael *ael); +void fz_dropael(fz_ael *ael); fz_error *fz_scanconvert(fz_gel *gel, fz_ael *ael, int eofill, int y0, int y1, void (*blitfunc)(int,int,int,unsigned char*,void*), void *blitdata); |