Confirmed users, Bureaucrats and Sysops emeriti
1,680
edits
Line 19: | Line 19: | ||
/* Callback function type used by NPP_URLRedirectNotify */ | /* Callback function type used by NPP_URLRedirectNotify */ | ||
typedef NPError (*NPN_HTTPRedirectResponseFunc)( | typedef NPError (*NPN_HTTPRedirectResponseFunc)(NPP instance, | ||
void* notifyData, | |||
NPBool allow); | |||
NPError NPP_URLRedirectNotify(NPP instance, const char* url, | NPError NPP_URLRedirectNotify(NPP instance, const char* url, |