This commit is contained in:
kipp%netscape.com 1998-07-27 17:51:42 +00:00
Родитель cb53546fa3
Коммит 657c9d59c5
2 изменённых файлов: 8 добавлений и 2 удалений

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

@ -227,10 +227,13 @@ public:
};
// XXX Belongs somewhere else
// XXX These belong somewhere else
extern NS_LAYOUT nsresult
NS_NewHTMLDocument(nsIDocument** aInstancePtrResult);
extern NS_LAYOUT nsresult
NS_NewImageDocument(nsIDocument** aInstancePtrResult);
// Note: The buffer passed into NewPostData(...) becomes owned by the IPostData
// instance and is freed when the instance is destroyed...
//

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

@ -227,10 +227,13 @@ public:
};
// XXX Belongs somewhere else
// XXX These belong somewhere else
extern NS_LAYOUT nsresult
NS_NewHTMLDocument(nsIDocument** aInstancePtrResult);
extern NS_LAYOUT nsresult
NS_NewImageDocument(nsIDocument** aInstancePtrResult);
// Note: The buffer passed into NewPostData(...) becomes owned by the IPostData
// instance and is freed when the instance is destroyed...
//