Export NS_InitMsgAppCoreClass to fix build. Alec is going to make the correct change and add this to the idl file so we won't lose it the next time we rev the idl files. This was part of the hack stuff we had to add to get msgappcore running in apprunner..

This commit is contained in:
mscott%netscape.com 1999-02-26 20:03:26 +00:00
Родитель 8f08f88689
Коммит 1f03f45461
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -18,6 +18,8 @@
#include "nsID.h"
#include "nsError.h"
extern "C" NS_DOM
nsresult NS_InitMsgAppCoreClass(nsIScriptContext *aContext, void **aPrototype, JSObject * aParentProto);
/* starting interface nsIDOMMsgAppCore */