diff -r 721e468c10f3 -r d48f66b0ad0d bl/spawn.h --- a/bl/spawn.h Fri Jan 27 21:40:35 2012 +0000 +++ b/bl/spawn.h Sat May 25 19:27:51 2013 +0100 @@ -3,7 +3,7 @@ #include -gboolean spawn_sync(char **argv,char **standard_output,int *exit_status, - GError **error); +gboolean spawn_sync(const char *working_directory,char **argv, + char **standard_output,int *exit_status,GError **error); #endif /* BL_SPAWN_H */