]> git.decadent.org.uk Git - ion3.git/blobdiff - ioncore/exec.h
Update cfg_kludge_flash for Flash 10
[ion3.git] / ioncore / exec.h
index b76f01e5a650a01451318fd309032ac2d6525ce0..827505381a12cd506f6e77ef39943a4355c9bd1e 100644 (file)
@@ -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);