aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/exec.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-21 12:02:14 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-21 12:02:14 -0700
commit79fb5e6be113678d4ef0349d2e584f219e567426 (patch)
tree48aaedc53f40329c1552eb748ad021a76ec3318c /sys/cmd/rc/exec.h
parentfaaf40e55e002212c0c28f7845dfa2322eb7ad05 (diff)
feat(rc): string join operator
Diffstat (limited to 'sys/cmd/rc/exec.h')
-rw-r--r--sys/cmd/rc/exec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/cmd/rc/exec.h b/sys/cmd/rc/exec.h
index d018fed..4bf2a4b 100644
--- a/sys/cmd/rc/exec.h
+++ b/sys/cmd/rc/exec.h
@@ -20,6 +20,7 @@ void Xasync(void);
void Xbasic(void); // Xbasic(args) run command and wait for result
void Xsubshell(void);
void Xword(void);
+void Xjoin(void);
void Xconcatenate(void);
void Xcount(void);
void Xflat(void);