X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Ftag.h;h=dcdbec1a9d834e52cecb2149325a770f5cca1b90;hb=f9e28331ed992a471984dad2a77cc7613e58ed69;hp=84318d656d8b0470f6ac8962d48af318085efe2f;hpb=a18cdd835cad27c679d6a9659836f035fc3a0b5c;p=swftools.git diff --git a/lib/python/tag.h b/lib/python/tag.h index 84318d6..dcdbec1 100644 --- a/lib/python/tag.h +++ b/lib/python/tag.h @@ -29,9 +29,9 @@ extern PyTypeObject TagClass; -PyObject* tag_new(); -PyObject* tag_new2(TAG*tag); -TAG* tag_getTAG(PyObject*self); +PyObject* tag_new2(TAG*_tag, PyObject* tagmap); +TAG* tag_getTAG(PyObject*self, TAG*prevTag, PyObject*tagmap); +PyObject* tag_getDependencies(PyObject*self); PyMethodDef* tag_getMethods(); #endif