1.1 --- a/tumble.h Sun Mar 16 15:40:00 2003 +0000 1.2 +++ b/tumble.h Wed Mar 19 15:39:55 2003 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 /* 1.5 * tumble: build a PDF file from image files 1.6 * 1.7 - * $Id: tumble.h,v 1.15 2003/03/14 00:57:40 eric Exp $ 1.8 + * $Id: tumble.h,v 1.16 2003/03/19 07:39:55 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 @@ -39,8 +39,9 @@ 1.13 crop_t crop; 1.14 } input_attributes_t; 1.15 1.16 -bool open_tiff_input_file (char *name); 1.17 -bool close_tiff_input_file (void); 1.18 + 1.19 +bool open_input_file (char *name); 1.20 +bool close_input_file (void); 1.21 1.22 1.23 typedef struct