diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-25 19:02:48 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-25 19:02:48 +0000 |
commit | f7502f1aee86c9a3ebb4d6814e47a52727bc2d42 (patch) | |
tree | 0bd2bbab7d507d7dab286df7970c0101a3cb1807 /bin/ksh/proto.h | |
parent | cc7df4d09ccd66ffca19799a357c049e1b5bf030 (diff) |
pdksh-5.2.13 + local changes
Diffstat (limited to 'bin/ksh/proto.h')
-rw-r--r-- | bin/ksh/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ksh/proto.h b/bin/ksh/proto.h index 608b451f593..7cc0c1606d5 100644 --- a/bin/ksh/proto.h +++ b/bin/ksh/proto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.h,v 1.3 1996/11/21 07:59:34 downsj Exp $ */ +/* $OpenBSD: proto.h,v 1.4 1998/06/25 19:02:15 millert Exp $ */ /* * prototypes for PD-KSH @@ -242,6 +242,7 @@ char * snptreef ARGS((char *s, int n, const char *fmt, ...)); struct op * tcopy ARGS((struct op *t, Area *ap)); char * wdcopy ARGS((const char *wp, Area *ap)); char * wdscan ARGS((const char *wp, int c)); +char * wdstrip ARGS((const char *wp)); void tfree ARGS((struct op *t, Area *ap)); /* var.c */ void newblock ARGS((void)); |