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