gboolean plugin_push_allow_popups (NPP instance, gboolean allow) { return CallNPN_PushPopupsEnabledStateProc (mozilla_funcs.pushpopupsenabledstate, instance, allow); }
void NPN_PushPopupsEnabledState(NPP instance, NPBool enabled) { CallNPN_PushPopupsEnabledStateProc(gNetscapeFuncs.pushpopupsenabledstate, instance, enabled); }