reduce Macintosh compiler warnings byadding prototype

This commit is contained in:
brade%netscape.com 1999-01-06 18:52:58 +00:00
parent 3e75d671d1
commit 2ad8ae0483
2 changed files with 8 additions and 0 deletions

View File

@ -59,5 +59,9 @@ protected:
NS_IMETHOD_(nsrefcnt) Release(void) {return nsContainerFrame::Release();}
};
/* prototypes */
nsresult
NS_NewSimplePageSequenceFrame(nsIFrame*& aResult);
#endif /* nsSimplePageSequence_h___ */

View File

@ -59,5 +59,9 @@ protected:
NS_IMETHOD_(nsrefcnt) Release(void) {return nsContainerFrame::Release();}
};
/* prototypes */
nsresult
NS_NewSimplePageSequenceFrame(nsIFrame*& aResult);
#endif /* nsSimplePageSequence_h___ */