This commit is contained in:
kipp 1998-05-29 02:14:41 +00:00
Родитель 12ecea6824
Коммит 47b716e3b4
2 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -64,6 +64,9 @@ extern nsresult
extern nsresult
NS_NewHTMLSpacer(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
extern nsresult
NS_NewHTMLBullet(nsIHTMLContent** aInstancePtrResult);
// Create a new text content object. The memory for the unicode string
// will be allocated from the heap. The object returned will support
// the nsIHTMLContent interface as well as the nsITextContent

Просмотреть файл

@ -64,6 +64,9 @@ extern nsresult
extern nsresult
NS_NewHTMLSpacer(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
extern nsresult
NS_NewHTMLBullet(nsIHTMLContent** aInstancePtrResult);
// Create a new text content object. The memory for the unicode string
// will be allocated from the heap. The object returned will support
// the nsIHTMLContent interface as well as the nsITextContent