Added NS_NewHTMLBR

This commit is contained in:
kipp%netscape.com 1998-08-31 18:40:16 +00:00
parent 3bd969a253
commit 1969308ef9
2 changed files with 2 additions and 0 deletions

View file

@ -200,6 +200,7 @@ NS_NewHTMLFrameset(nsIHTMLContent** aInstancePtrResult,
// New content objects
nsresult NS_NewHTMLAnchor(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
nsresult NS_NewHTMLBR(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
nsresult NS_NewHTMLHR(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
#endif /* nsHTMLParts_h___ */

View file

@ -200,6 +200,7 @@ NS_NewHTMLFrameset(nsIHTMLContent** aInstancePtrResult,
// New content objects
nsresult NS_NewHTMLAnchor(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
nsresult NS_NewHTMLBR(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
nsresult NS_NewHTMLHR(nsIHTMLContent** aInstancePtrResult, nsIAtom* aTag);
#endif /* nsHTMLParts_h___ */