1.1 diff -r 4830f4d7ba7a -r e63762afae80 bitblt.h 1.2 --- a/bitblt.h Sat Mar 08 10:02:13 2003 +0000 1.3 +++ b/bitblt.h Mon Mar 10 09:49:50 2003 +0000 1.4 @@ -4,7 +4,7 @@ 1.5 * will be compressed using ITU-T T.6 (G4) fax encoding. 1.6 * 1.7 * bitblt routines 1.8 - * $Id: bitblt.h,v 1.12 2003/02/23 09:40:41 eric Exp $ 1.9 + * $Id: bitblt.h,v 1.13 2003/03/10 01:49:50 eric Exp $ 1.10 * Copyright 2001, 2002, 2003 Eric Smith <eric@brouhaha.com> 1.11 * 1.12 * This program is free software; you can redistribute it and/or modify 1.13 @@ -128,3 +128,6 @@ 1.14 int32_t min_x, int32_t max_x, 1.15 int32_t max_runs, 1.16 run_t *runs); 1.17 + 1.18 + 1.19 +void bitblt_write_g4 (Bitmap *bitmap, FILE *f);