Added working_directory parameter to execute_command_line()
[claws.git] / src / common / utils.h
index 5f35f737720d952ff1ec807c7c758d1de98fb3e6..2279b86664701705391259fd1e7815bc51bfc1f3 100644 (file)
@@ -505,7 +505,8 @@ char *fgets_crlf(char *buf, int size, FILE *stream);
 
 /* process execution */
 gint execute_command_line      (const gchar    *cmdline,
-                                gboolean        async);
+                                gboolean        async,
+                                const gchar    *working_directory);
 gchar *get_command_output      (const gchar    *cmdline);
 
 /* open URI with external browser */