From e7ba2dde1be71475ca9e13475a5da793e6e71492 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Thu, 21 Nov 1996 07:59:41 +0000 Subject: Update to 5.2.12. --- 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 a290e18a205..608b451f593 100644 --- a/bin/ksh/proto.h +++ b/bin/ksh/proto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.h,v 1.2 1996/08/19 20:08:57 downsj Exp $ */ +/* $OpenBSD: proto.h,v 1.3 1996/11/21 07:59:34 downsj Exp $ */ /* * prototypes for PD-KSH @@ -165,6 +165,7 @@ void unwind ARGS((int i)) GCC_FUNC_ATTR(noreturn); void newenv ARGS((int type)); void quitenv ARGS((void)); void cleanup_parents_env ARGS((void)); +void cleanup_proc_env ARGS((void)); void aerror ARGS((Area *ap, const char *msg)) GCC_FUNC_ATTR(noreturn); /* misc.c */ -- cgit v1.2.3