summaryrefslogtreecommitdiff
path: root/bin/ksh/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ksh/proto.h')
-rw-r--r--bin/ksh/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ksh/proto.h b/bin/ksh/proto.h
index d51030b8704..c4e3e0802e8 100644
--- a/bin/ksh/proto.h
+++ b/bin/ksh/proto.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: proto.h,v 1.34 2012/06/27 07:17:19 otto Exp $ */
+/* $OpenBSD: proto.h,v 1.35 2013/09/04 15:49:19 millert Exp $ */
/*
* prototypes for PD-KSH
@@ -132,6 +132,7 @@ void coproc_cleanup(int);
struct temp *maketemp(Area *, Temp_type, struct temp **);
/* jobs.c */
void j_init(int);
+void j_suspend(void);
void j_exit(void);
void j_change(void);
int exchild(struct op *, int, volatile int *, int);