Change prototype of resize_mini_window.
authorGerd Moellmann <gerd@gnu.org>
Sun, 12 Sep 1999 20:21:50 +0000 (20:21 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 12 Sep 1999 20:21:50 +0000 (20:21 +0000)
Add prototype for resize_echo_area_axactly.

src/dispextern.h

index fd32b1d..1545770 100644 (file)
@@ -2037,7 +2037,8 @@ extern int tool_bar_button_relief;
 
 /* Defined in xdisp.c */
 
-int resize_mini_window P_ ((struct window *));
+void resize_echo_area_axactly P_ ((void));
+int resize_mini_window P_ ((struct window *, int));
 int try_window P_ ((Lisp_Object, struct text_pos));
 void window_box P_ ((struct window *, int, int *, int *, int *, int *));
 int window_box_height P_ ((struct window *));