diff options
Diffstat (limited to 'bin/ksh/proto.h')
-rw-r--r-- | bin/ksh/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/ksh/proto.h b/bin/ksh/proto.h index d481d58aeb7..5ff22e956aa 100644 --- a/bin/ksh/proto.h +++ b/bin/ksh/proto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.h,v 1.21 2004/12/22 17:14:34 millert Exp $ */ +/* $OpenBSD: proto.h,v 1.22 2004/12/22 17:18:51 millert Exp $ */ /* * prototypes for PD-KSH @@ -192,7 +192,6 @@ void print_value_quoted(const char *); void print_columns(struct shf *, int, char *(*)(void *, int, char *, int), void *, int, int prefcol); int strip_nuls(char *, int); -char *str_zcpy(char *, const char *, int); int blocking_read(int, char *, int); int reset_nonblock(int); char *ksh_get_wd(char *, int); |