From 0ed72634295eab0018dcb17d89c196206eb60c8a Mon Sep 17 00:00:00 2001 From: nate Date: Fri, 12 Nov 1993 07:05:54 +0000 Subject: Updated to GNU diffutils 2.6 --- gnu/usr.bin/diff/ed.c | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'gnu/usr.bin/diff/ed.c') diff --git a/gnu/usr.bin/diff/ed.c b/gnu/usr.bin/diff/ed.c index fd051f2..717ef35 100644 --- a/gnu/usr.bin/diff/ed.c +++ b/gnu/usr.bin/diff/ed.c @@ -1,5 +1,5 @@ /* Output routines for ed-script format. - Copyright (C) 1988, 89, 91, 92 Free Software Foundation, Inc. + Copyright (C) 1988, 89, 91, 92, 93 Free Software Foundation, Inc. This file is part of GNU DIFF. @@ -19,14 +19,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "diff.h" -int change_letter (); -int translate_line_number (); -static void print_rcs_hunk (); -static void print_ed_hunk (); -static void pr_forward_ed_hunk (); -void translate_range (); -struct change *find_change (); -struct change *find_reverse_change (); +static void print_ed_hunk PARAMS((struct change *)); +static void print_rcs_hunk PARAMS((struct change *)); +static void pr_forward_ed_hunk PARAMS((struct change *)); /* Print our script as ed commands. */ -- cgit v1.1