(marginal_area_string): Add prototype.
authorPavel Janík <Pavel@Janik.cz>
Sun, 14 Apr 2002 08:15:43 +0000 (08:15 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 14 Apr 2002 08:15:43 +0000 (08:15 +0000)
src/dispextern.h

index 2b5e2e8..135eaec 100644 (file)
@@ -2367,6 +2367,7 @@ extern int required_matrix_width P_ ((struct window *));
 extern int required_matrix_height P_ ((struct window *));
 extern int estimate_mode_line_height P_ ((struct frame *, enum face_id));
 extern Lisp_Object mode_line_string P_ ((struct window *, int, int, int, int *));
+extern Lisp_Object marginal_area_string P_ ((struct window *, int, int, int, int *));
 extern void redraw_frame P_ ((struct frame *));
 extern void redraw_garbaged_frames P_ ((void));
 extern void cancel_line P_ ((int, struct frame *));