fixed logging and tag id handling
[swftools.git] / lib / python / tag.h
index 84318d6..48a303e 100644 (file)
@@ -31,7 +31,8 @@ extern PyTypeObject TagClass;
 
 PyObject* tag_new();
 PyObject* tag_new2(TAG*tag);
-TAG* tag_getTAG(PyObject*self);
+TAG* tag_getTAG(PyObject*self, TAG*prevTag, PyObject*tagmap);
+PyObject* tag_getDependencies(PyObject*self);
 
 PyMethodDef* tag_getMethods();
 #endif