Reworked fixing unsecure command-line invocation in templates' |program{}
[claws.git] / src / common / utils.h
index 9816c4efcac9c400985cef6ebba9f48e75b0e74b..842e467b38c795135e5c5467160833276c209530 100644 (file)
@@ -442,6 +442,7 @@ gint execute_command_line   (const gchar    *cmdline,
                                 gboolean        async,
                                 const gchar    *working_directory);
 gchar *get_command_output      (const gchar    *cmdline);
+FILE *get_command_output_stream        (const gchar    *cmdline);
 
 /* open URI with external browser */
 gint open_uri(const gchar *uri, const gchar *cmdline);