Commit f6d21dc9 authored by Guido van Rossum's avatar Guido van Rossum

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

parent efdc2ef0
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment