diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2007-02-24 13:24:48 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2007-02-24 13:24:48 +0000 |
commit | 88b5cf18490de4c8893e42d422b15aa75f74dcf1 (patch) | |
tree | 599286c1d3772c991cef4d869ab3204f79ce326a /bin/ed/ed.h | |
parent | ec3b3ccb91dc5874db2d0cfe67d0ea7b954b1c91 (diff) |
There is no filter_lines function, remove its prototype. From Mark Lumsden.
Diffstat (limited to 'bin/ed/ed.h')
-rw-r--r-- | bin/ed/ed.h | 3 |
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); |