X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=ioncore%2Fexec.h;h=39e0c683f84df9b7626a00512cf44d0f6a76d32e;hb=20080103;hp=b76f01e5a650a01451318fd309032ac2d6525ce0;hpb=de22e45179cb3bafa490294d31d47f361047a30a;p=ion3.git diff --git a/ioncore/exec.h b/ioncore/exec.h index b76f01e..39e0c68 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-2008. * - * 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);