nsIEventHandler is not a struct, has not been for a while, and anyway is known by its typedef name here.

This commit is contained in:
brendan%netscape.com 1998-10-02 00:20:18 +00:00
Родитель 1f8f0c1e2e
Коммит ac74456c54
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -202,10 +202,10 @@ void NP_EXPORT
npn_status(NPP npp, const char *message);
void NP_EXPORT
npn_registerwindow(struct nsIEventHandler* handler, nsPluginPlatformWindowRef window);
npn_registerwindow(nsIEventHandler* handler, nsPluginPlatformWindowRef window);
void NP_EXPORT
npn_unregisterwindow(struct nsIEventHandler* handler, nsPluginPlatformWindowRef window);
npn_unregisterwindow(nsIEventHandler* handler, nsPluginPlatformWindowRef window);
#if 0
int16 NP_EXPORT