From f7502f1aee86c9a3ebb4d6814e47a52727bc2d42 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 25 Jun 1998 19:02:48 +0000 Subject: pdksh-5.2.13 + local changes --- bin/ksh/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/ksh/proto.h') 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)); -- cgit v1.2.3