changeset 2179:327106b23181

Add extern declaration for do_line_insertion_deletion_costs.
author Jim Blandy <jimb@redhat.com>
date Mon, 15 Mar 1993 01:09:20 +0000
parents 76da020d14f8
children 0b629ab3f06a
files src/term.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/term.c	Mon Mar 15 01:05:11 1993 +0000
+++ b/src/term.c	Mon Mar 15 01:09:20 1993 +0000
@@ -1065,6 +1065,8 @@
 extern int x_screen_planes;
 #endif
 
+extern do_line_insertion_deletion_costs ();
+
 calculate_costs (frame)
      FRAME_PTR frame;
 {