more horizontal refactoring
[swftools.git] / lib / python / tag.h
index 4013038..98f8b82 100644 (file)
@@ -36,6 +36,8 @@ typedef struct _tag_internals
     void (*dealloc)(struct _tag_internals*);
     int datasize;
     void*data;
+    PyObject* (*getattr)(struct _tag_internals*, char* a);
+    int (*setattr)(struct _tag_internals*, char* a, PyObject*val);
     PyMethodDef* tagfunctions;
     TAG*tag;
     PyObject* tagmap;