FE_AllocateMenuID

git-svn-id: svn://10.0.0.236/trunk@488 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
beard 1998-04-22 02:13:46 +00:00
parent 4aae1c1b97
commit c95f92b87b

View File

@ -17,7 +17,7 @@
*/
/*
* nppg.h $Revision: 3.1 $
* nppg.h $Revision: 3.2 $
* Prototypes for functions exported by the FEs and called by libplugin.
* Some (perhaps all) of these prototypes could be moved to fe_proto.h.
* Protypes for functions exported by libplugin are in np.h.
@ -46,6 +46,7 @@ extern void FE_PluginProgress(MWContext *context, const char *message);
extern void FE_ResetRefreshURLTimer(MWContext *context);
extern void FE_RegisterWindow(void* plugin, void* window);
extern void FE_UnregisterWindow(void* plugin, void* window);
extern SInt16 FE_AllocateMenuID(void *plugin, XP_Bool isSubmenu);
#endif
#ifdef XP_UNIX