Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d65fa3 commit 665f919Copy full SHA for 665f919
1 file changed
Modules/imgfile.c
@@ -48,6 +48,13 @@ PERFORMANCE OF THIS SOFTWARE.
48
49
#include "/usr/people/4Dgifts/iristools/include/izoom.h"
50
51
+/* Bunch of missing extern decls; keep gcc -Wall happy... */
52
+extern void i_seterror();
53
+extern void iclose();
54
+extern void filterzoom();
55
+extern void putrow();
56
+extern void getrow();
57
+
58
static object * ImgfileError; /* Exception we raise for various trouble */
59
60
static int top_to_bottom; /* True if we want top-to-bottom images */
0 commit comments