Bug 48483: Unix default plugin, fix for OpenVMS bustage r=av@netscape.com a=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@80848 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -308,6 +308,18 @@ NPP_StreamAsFile(NPP instance, NPStream *stream, const char* fname)
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
NPP_URLNotify(NPP instance, const char* url,
|
||||
NPReason reason, void* notifyData)
|
||||
{
|
||||
/***** Insert NPP_URLNotify code here *****\
|
||||
PluginInstance* This;
|
||||
if (instance != NULL)
|
||||
This = (PluginInstance*) instance->pdata;
|
||||
\*********************************************/
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
NPP_Print(NPP instance, NPPrint* printInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user