From 2b53bca326decd50012883f0cff3b5316a3e100d Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Tue, 19 Oct 2021 13:28:01 -0700 Subject: feat(rc): prototype of async jobs --- sys/cmd/rc/exec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/cmd/rc/exec.h') 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); -- cgit v1.2.1