aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/exec.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-21 13:28:25 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-21 13:28:25 -0700
commitda77d3be2eb0785bc0c0b60c686e163d6243c744 (patch)
tree75f15d89c1517bf0ba82128753fd0f6c4d3d2447 /sys/cmd/rc/exec.h
parent65193a54609c558e473118dba323edc001bdb585 (diff)
feat(rc): added andand and oror operators
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);