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 566c4a3..0df01d0 100644
--- a/sys/cmd/rc/exec.h
+++ b/sys/cmd/rc/exec.h
@@ -15,6 +15,7 @@ void Xlocal(void);
void Xreadcmd(void);
void Xunlocal(void);
void Xassign(void);
+void Xasync(void);
void Xbasic(void); // Xbasic(args) run command and wait for result
void Xword(void);
void Xcount(void);