# HG changeset patch # User Gerd Moellmann # Date 937167710 0 # Node ID a75be49273197d6dd318bfdc252248c0fb156759 # Parent 4bf85d1d270bc492dec7796d853d0166175bf327 Change prototype of resize_mini_window. Add prototype for resize_echo_area_axactly. diff -r 4bf85d1d270b -r a75be4927319 src/dispextern.h --- a/src/dispextern.h Sun Sep 12 20:21:49 1999 +0000 +++ b/src/dispextern.h Sun Sep 12 20:21:50 1999 +0000 @@ -2037,7 +2037,8 @@ /* 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 *));