aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/rc/exec.h')
-rw-r--r--sys/cmd/rc/exec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/cmd/rc/exec.h b/sys/cmd/rc/exec.h
index 4bf2a4b..652edea 100644
--- a/sys/cmd/rc/exec.h
+++ b/sys/cmd/rc/exec.h
@@ -7,6 +7,8 @@
* Code in line with jump around {...}
*/
+void Xtrue(void);
+void Xfalse(void);
void Xdollar(void);
void Xexit(void);
void Xmark(void);