changeset 35054:3efcaab7433e

(move_it_vertically_backward): Declare.
author Dave Love <fx@gnu.org>
date Thu, 04 Jan 2001 17:37:43 +0000
parents e3e1ff3616fa
children daf01616a3e7
files src/dispextern.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Thu Jan 04 17:35:26 2001 +0000
+++ b/src/dispextern.h	Thu Jan 04 17:37:43 2001 +0000
@@ -2158,6 +2158,7 @@
 void start_display P_ ((struct it *, struct window *, struct text_pos));
 void move_it_to P_ ((struct it *, int, int, int, int, int));
 void move_it_vertically P_ ((struct it *, int));
+void move_it_vertically_backward P_ ((struct it *, int));
 void move_it_by_lines P_ ((struct it *, int, int));
 void move_it_past_eol P_ ((struct it *));
 int frame_mode_line_height P_ ((struct frame *));