X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Ftag.h;h=48a303ee68018d2b3034b840d70ac5b96cb73ef6;hb=726d172d02228a2e9b084efba8d3173994343c2b;hp=84318d656d8b0470f6ac8962d48af318085efe2f;hpb=2480ced174c11f6a8ea51c43ff584ddf06b7e803;p=swftools.git diff --git a/lib/python/tag.h b/lib/python/tag.h index 84318d6..48a303e 100644 --- a/lib/python/tag.h +++ b/lib/python/tag.h @@ -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