reduce Macintosh compiler warnings by adding prototypes

This commit is contained in:
brade%netscape.com 1999-01-06 18:39:52 +00:00
Родитель 0dd644b9be
Коммит 2c9cd20a7c
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -61,6 +61,7 @@ protected:
nsGenericDOMDataNode mInner;
};
nsresult NS_NewCommentNode(nsIHTMLContent** aInstancePtrResult);
nsresult
NS_NewCommentNode(nsIHTMLContent** aInstancePtrResult)
{
@ -178,6 +179,7 @@ nsCommentNode::HandleDOMEvent(nsIPresContext& aPresContext,
aFlags, aEventStatus);
}
nsresult NS_NewCommentFrame(nsIFrame*& aResult);
nsresult
NS_NewCommentFrame(nsIFrame*& aResult)
{