From: Gerd Moellmann Date: Mon, 19 Feb 2001 16:42:21 +0000 (+0000) Subject: (line_bottom_y): Add prototype. X-Git-Tag: emacs-pretest-21.0.99~290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5be57d49654722c9c4886008506e35b808764b7c;p=emacs.git (line_bottom_y): Add prototype. --- 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));