summaryrefslogtreecommitdiffstats
path: root/bin/ed/ed.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-07-31 16:52:16 +0000
committermarkm <markm@FreeBSD.org>2002-07-31 16:52:16 +0000
commit7726f590e76ed6b044f3241153ee1fea90aed1a6 (patch)
treea69345ef05c6754c27e84651c8b012db33df2ec1 /bin/ed/ed.h
parent80ff821584cb31d63941a00fd81d828ebe5d50a9 (diff)
downloadFreeBSD-src-7726f590e76ed6b044f3241153ee1fea90aed1a6.zip
FreeBSD-src-7726f590e76ed6b044f3241153ee1fea90aed1a6.tar.gz
Fix some easy WARNS.
Diffstat (limited to 'bin/ed/ed.h')
-rw-r--r--bin/ed/ed.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/ed.h b/bin/ed/ed.h
index aaa63f9..9233cd3 100644
--- a/bin/ed/ed.h
+++ b/bin/ed/ed.h
@@ -180,8 +180,8 @@ void add_line_node(line_t *);
int append_lines(long);
int apply_subst_template(const char *, regmatch_t *, int, int);
int build_active_list(int);
-int cbc_decode(char *, FILE *);
-int cbc_encode(char *, int, FILE *);
+int cbc_decode(unsigned char *, FILE *);
+int cbc_encode(unsigned char *, int, FILE *);
int check_addr_range(long, long);
void clear_active_list(void);
void clear_undo_stack(void);
OpenPOWER on IntegriCloud