summaryrefslogtreecommitdiff
path: root/bin/pdksh/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pdksh/proto.h')
-rw-r--r--bin/pdksh/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/pdksh/proto.h b/bin/pdksh/proto.h
index a290e18a205..608b451f593 100644
--- a/bin/pdksh/proto.h
+++ b/bin/pdksh/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 */