# HG changeset patch # User Gerd Moellmann # Date 936373921 0 # Node ID 7ebf07355e2b767427a9fbe2849deff4940f490e # Parent 8d013f20532c797bc9cac1bbfae122745e548670 Add function prototype for resize_mini_window. diff -r 8d013f20532c -r 7ebf07355e2b src/dispextern.h --- a/src/dispextern.h Fri Sep 03 12:43:32 1999 +0000 +++ b/src/dispextern.h Fri Sep 03 15:52:01 1999 +0000 @@ -2030,6 +2030,7 @@ /* Defined in xdisp.c */ +int resize_mini_window P_ ((struct window *)); 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 *));