X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Fpyutils.h;h=967cedbfbb63aced0eca2367d0f4c5352b126301;hb=f9cd3d326142683da50bf7095a8b8985c01b13e2;hp=3c749bd5ef7c7550ff0607b3be645b8c52cc155b;hpb=49062bcde61a1622b6e5605097beff11916cd07e;p=swftools.git diff --git a/lib/python/pyutils.h b/lib/python/pyutils.h index 3c749bd..967cedb 100644 --- a/lib/python/pyutils.h +++ b/lib/python/pyutils.h @@ -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);