]> granicus.if.org Git - python/commitdiff
Added a bunch of extern void decls, to keep gcc -Wall happy.
authorGuido van Rossum <guido@python.org>
Mon, 9 Dec 1996 18:49:42 +0000 (18:49 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Dec 1996 18:49:42 +0000 (18:49 +0000)
Modules/imgfile.c

index 76f123ce1477a0e3b38f4d023573f55b62fc0fcd..b529d03db3fbaaa3433daaf61d90abdf165bdf35 100644 (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 */