X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpython%2Ftag.h;h=dcdbec1a9d834e52cecb2149325a770f5cca1b90;hb=f9e28331ed992a471984dad2a77cc7613e58ed69;hp=48a303ee68018d2b3034b840d70ac5b96cb73ef6;hpb=726d172d02228a2e9b084efba8d3173994343c2b;p=swftools.git diff --git a/lib/python/tag.h b/lib/python/tag.h index 48a303e..dcdbec1 100644 --- a/lib/python/tag.h +++ b/lib/python/tag.h @@ -29,8 +29,7 @@ extern PyTypeObject TagClass; -PyObject* tag_new(); -PyObject* tag_new2(TAG*tag); +PyObject* tag_new2(TAG*_tag, PyObject* tagmap); TAG* tag_getTAG(PyObject*self, TAG*prevTag, PyObject*tagmap); PyObject* tag_getDependencies(PyObject*self);