From 5be57d49654722c9c4886008506e35b808764b7c Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 19 Feb 2001 16:42:21 +0000 Subject: [PATCH] (line_bottom_y): Add prototype. --- src/dispextern.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dispextern.h b/src/dispextern.h index 87946cde963..1c6c1147e91 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2145,6 +2145,7 @@ extern int tool_bar_button_relief; /* Defined in xdisp.c */ +int line_bottom_y P_ ((struct it *)); int display_prop_intangible_p P_ ((Lisp_Object)); void resize_echo_area_axactly P_ ((void)); int resize_mini_window P_ ((struct window *, int)); -- 2.39.5