From: Guido van Rossum Date: Mon, 9 Dec 1996 18:49:42 +0000 (+0000) Subject: Added a bunch of extern void decls, to keep gcc -Wall happy. X-Git-Tag: v1.5a1~852 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=665f9198fed28ac94cbf69daf706ddec0203f980;p=python Added a bunch of extern void decls, to keep gcc -Wall happy. --- 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 */