"verbose" is not static anymore.
[swftools.git] / lib / python / pyutils.h
index 3c749bd..967cedb 100644 (file)
@@ -4,6 +4,8 @@
 
 #define PY_NONE Py_BuildValue("s", 0)
 
+extern int verbose;
+
 char* setError(char*format, ...);
 void mylog(char*format, ...);
 PyObject* FindMethodMore(PyObject*ret, PyMethodDef f[], PyObject*self, char* a);