From 92a373e30f1114d7a2ce21998d1de4ad4991158c Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 31 Mar 2003 20:35:57 +0000 Subject: [PATCH] (change_window_heights): Add prototype. --- src/window.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/window.h b/src/window.h index 1cb91d3566e..50357d3494b 100644 --- a/src/window.h +++ b/src/window.h @@ -385,6 +385,7 @@ extern int window_height P_ ((Lisp_Object)); extern int window_width P_ ((Lisp_Object)); extern void set_window_height P_ ((Lisp_Object, int, int)); extern void set_window_width P_ ((Lisp_Object, int, int)); +extern void change_window_heights P_ ((Lisp_Object, int)); extern void delete_all_subwindows P_ ((struct window *)); extern void freeze_window_starts P_ ((struct frame *, int)); extern void foreach_window P_ ((struct frame *, -- 2.39.2