Added a bunch of extern void decls, to keep gcc -Wall happy.

This commit is contained in:
Guido van Rossum 1996-12-09 18:49:42 +00:00
parent 3d65fa3488
commit 665f9198fe

View file

@ -48,6 +48,13 @@ PERFORMANCE OF THIS SOFTWARE.
#include "/usr/people/4Dgifts/iristools/include/izoom.h"
/* Bunch of missing extern decls; keep gcc -Wall happy... */
extern void i_seterror();
extern void iclose();
extern void filterzoom();
extern void putrow();
extern void getrow();
static object * ImgfileError; /* Exception we raise for various trouble */
static int top_to_bottom; /* True if we want top-to-bottom images */