aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/rc/exec.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-10-21 11:43:13 -0700
committerNicholas Noll <nbnoll@eml.cc>2021-10-21 11:43:13 -0700
commitfaaf40e55e002212c0c28f7845dfa2322eb7ad05 (patch)
tree9c61e6125d054439019c3c037e46353597018870 /sys/cmd/rc/exec.h
parent5c20d687c495f2cb3f3a390d04854dcceb2ef74e (diff)
feat(rc): string concatenation works
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 f85c699..d018fed 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 Xconcatenate(void);
void Xcount(void);
void Xflat(void);
void Xpipe(void);