]> git.eshelyaron.com Git - emacs.git/commitdiff
(digest_single_submenu): Declare extern.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 9 Jun 2008 23:48:12 +0000 (23:48 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 9 Jun 2008 23:48:12 +0000 (23:48 +0000)
src/w32menu.c

index cb3e8f370820c4fda66c1728c8ace68f9dc14951..4de203c9b3940a7859613b9a4b4b7effc9626dcc 100644 (file)
@@ -106,6 +106,7 @@ void w32_free_menu_strings P_((HWND));
 static int next_menubar_widget_id;
 
 extern widget_value *xmalloc_widget_value P_ ((void));
+extern widget_value *digest_single_submenu P_ ((int, int, int));
 
 /* This is set nonzero after the user activates the menu bar, and set
    to zero again after the menu bars are redisplayed by prepare_menu_bar.
@@ -1261,7 +1262,7 @@ w32_menu_show (f, x, y, for_click, keymaps, title, error)
       complicated than simple yes/no type questions for which we can use
       the MessageBox function.
 */
-      
+
 static char * button_names [] = {
   "button1", "button2", "button3", "button4", "button5",
   "button6", "button7", "button8", "button9", "button10" };