X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=ioncore%2Fexec.h;h=827505381a12cd506f6e77ef39943a4355c9bd1e;hp=b76f01e5a650a01451318fd309032ac2d6525ce0;hb=HEAD;hpb=de22e45179cb3bafa490294d31d47f361047a30a diff --git a/ioncore/exec.h b/ioncore/exec.h index b76f01e..8275053 100644 --- a/ioncore/exec.h +++ b/ioncore/exec.h @@ -1,12 +1,9 @@ /* * ion/ioncore/exec.h * - * Copyright (c) Tuomo Valkonen 1999-2007. + * Copyright (c) Tuomo Valkonen 1999-2009. * - * Ion is free software; you can redistribute it and/or modify it under - * the terms of the GNU Lesser General Public License as published by - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #ifndef ION_IONCORE_EXEC_H @@ -38,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);