From 665f9198fed28ac94cbf69daf706ddec0203f980 Mon Sep 17 00:00:00 2001 From: Guido van Rossum <guido@python.org> Date: Mon, 9 Dec 1996 18:49:42 +0000 Subject: Added a bunch of extern void decls, to keep gcc -Wall happy. --- Modules/imgfile.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Modules/imgfile.c') diff --git a/Modules/imgfile.c b/Modules/imgfile.c index 76f123ce14..b529d03db3 100644 --- a/Modules/imgfile.c +++ b/Modules/imgfile.c @@ -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 */ -- cgit v1.2.1