Added TagList struct for passing meta tags to RDF HT from layout.

git-svn-id: svn://10.0.0.236/trunk@10051 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1998-09-15 18:32:50 +00:00
parent 38981d3af7
commit ff8d76d433

View File

@@ -407,6 +407,11 @@ struct PA_Tag_struct {
ED_Element *edit_element;
};
typedef struct _TagList {
PA_Tag *tagList;
PA_Tag *lastTag;
} TagList;
#define PA_HAS_PDATA( tag ) (tag->pVoid != 0 )
#ifdef XP_UNIX