diff options
| author | jtc <jtc@NetBSD.org> | 1996-12-18 04:50:04 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1996-12-18 04:50:04 +0000 |
| commit | 614eee469b65bd482b14553104f101ac100b7715 (patch) | |
| tree | 89399581dc4ca937a6958bbafc226648e96c006b /bin/ksh/proto.h | |
| parent | e70f884a92536b7a8a0fd2fb90e21d74f03a81d3 (diff) | |
import pdksh 5.2.12
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 64951e269fe..722712cf6d3 100644 --- a/bin/ksh/proto.h +++ b/bin/ksh/proto.h @@ -1,7 +1,7 @@ /* * prototypes for PD-KSH * originally generated using "cproto.c 3.5 92/04/11 19:28:01 cthuang " - * $Id: proto.h,v 1.1.1.1 1996/09/21 23:35:15 jtc Exp $ + * $Id: proto.h,v 1.1.1.2 1996/12/18 04:50:31 jtc Exp $ */ /* alloc.c */ @@ -163,6 +163,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 */ |
