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.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);