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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/cmd/rc/exec.h b/sys/cmd/rc/exec.h
index 9ad0f3d..f85c699 100644
--- a/sys/cmd/rc/exec.h
+++ b/sys/cmd/rc/exec.h
@@ -22,6 +22,9 @@ void Xsubshell(void);
void Xword(void);
void Xcount(void);
void Xflat(void);
+void Xpipe(void);
+void Xpipewait(void);
+void Xpopredir(void);
void Xerror(char*);