From 4c8309b1db32706789e03d91ccfe16cdef3a022b Mon Sep 17 00:00:00 2001 From: beard Date: Wed, 22 Apr 1998 02:13:46 +0000 Subject: [PATCH] FE_AllocateMenuID --- lib/plugin/nppg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/plugin/nppg.h b/lib/plugin/nppg.h index 340a7aa4969..31eb6f25edb 100644 --- a/lib/plugin/nppg.h +++ b/lib/plugin/nppg.h @@ -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