summaryrefslogtreecommitdiff
path: root/bin/ed/ed.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ed/ed.h')
-rw-r--r--bin/ed/ed.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ed/ed.h b/bin/ed/ed.h
index 98b2d42d164..76b47e4b0c1 100644
--- a/bin/ed/ed.h
+++ b/bin/ed/ed.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ed.h,v 1.10 2002/03/24 22:17:04 millert Exp $ */
+/* $OpenBSD: ed.h,v 1.11 2007/02/24 13:24:47 millert Exp $ */
/* $NetBSD: ed.h,v 1.23 1995/03/21 09:04:40 cgd Exp $ */
/* ed.h: type and constant definitions for the ed editor. */
@@ -214,7 +214,6 @@ int extract_addr_range(void);
char *extract_pattern(int);
int extract_subst_tail(int *, int *);
char *extract_subst_template(void);
-int filter_lines(int, int, char *);
int flush_des_file(FILE *);
line_t *get_addressed_line_node(int);
pattern_t *get_compiled_pattern(void);