FE_UnloadPlugin() prototype added struct _np_handle* paramter.

This commit is contained in:
mcafee%netscape.com 1998-08-21 08:48:22 +00:00
parent 32079a679b
commit 491ca1bb19

View File

@ -39,7 +39,7 @@ FE_LoadPlugin(void *plugin,
}
void
FE_UnloadPlugin(void *plugin)
FE_UnloadPlugin(void *plugin, struct _np_handle* handle)
{
}