X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fexec.h;fp=ioncore%2Fexec.h;h=e5802fc8c21bb886c6dc47ea1b7e5fd5e18f960a;hb=de01e0dd832dc5eeac12f504d02b362c52bb4557;hp=2661b5026fbd6b30f4ef44062de4ef7f8ebb0168;hpb=24c77c99349b1ebb879c674e3c33a90c125983a5;p=ion3.git diff --git a/ioncore/exec.h b/ioncore/exec.h index 2661b50..e5802fc 100644 --- a/ioncore/exec.h +++ b/ioncore/exec.h @@ -35,7 +35,8 @@ DECLSTRUCT(WExecP){ extern bool ioncore_exec(const char *cmd); extern int ioncore_do_exec_on(WRegion *reg, const char *cmd, const char *wd, ExtlFn errh); -extern bool ioncore_popen_bgread(const char *cmd, ExtlFn h, ExtlFn errh); +extern bool ioncore_popen_bgread(const char *cmd, ExtlFn h, ExtlFn errh, + const char *wd); extern void ioncore_setup_environ(const WExecP *p); extern void ioncore_setup_display(int xscr);