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