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

This commit is contained in:
nisheeth%netscape.com 1998-09-15 18:32:50 +00:00
parent 0c4fcf7d17
commit 50fa1fd520

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