aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/exec.h
diff options
context:
space:
mode:
authorNicholas Noll <nbnoll@eml.cc>2021-11-16 14:46:55 -0800
committerNicholas Noll <nbnoll@eml.cc>2021-11-16 14:46:55 -0800
commite923adef5df8077259ed9973a4bffb0e08999fbe (patch)
tree60b7bf91db2d6eb54e3777f395419d23369842b6 /src/cmd/rc/exec.h
parent29138fff8643194ec49cb79304d2a878d46c378b (diff)
chore: integrated redir code
Diffstat (limited to 'src/cmd/rc/exec.h')
-rw-r--r--src/cmd/rc/exec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/rc/exec.h b/src/cmd/rc/exec.h
index 9db7e60..d7eee73 100644
--- a/src/cmd/rc/exec.h
+++ b/src/cmd/rc/exec.h
@@ -8,6 +8,7 @@
*/
void Xnewpgid(void);
+void Xsubcmd(void);
void Xunmark(void);
void Xwrite(void);
void Xread(void);