summaryrefslogtreecommitdiff
path: root/src/ed.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>1993-08-27 17:30:26 +0000
committerPaul Eggert <eggert@cs.ucla.edu>1993-08-27 17:30:26 +0000
commit46775cfbd9a47eea0c51c74935bbeac8b2e185e1 (patch)
treee2a0a3169edfba703eb963c5243351ba2a648f9d /src/ed.c
parent2bb476a6039ce1ae3715bfc13f59ed23ff4eaa8c (diff)
downloaddiffutils-46775cfbd9a47eea0c51c74935bbeac8b2e185e1.tar.gz
Add prototypes to function declarations.
Diffstat (limited to 'src/ed.c')
-rw-r--r--src/ed.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/ed.c b/src/ed.c
index fd051f2..717ef35 100644
--- a/src/ed.c
+++ b/src/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. */