2007-02-27 [colin] 2.8.0cvs6
[claws.git] / src / common / utils.h
index c8545b567b1b123655457dcb6813f588290f9d47..65779c101a2b39661abd5dc653ac4caf02f6b0b9 100644 (file)
@@ -354,6 +354,9 @@ gchar *get_uri_path                 (const gchar    *uri);
 gint get_uri_len                       (const gchar    *str);
 void decode_uri                                (gchar          *decoded_uri,
                                         const gchar    *encoded_uri);
+void decode_uri_with_plus              (gchar          *decoded_uri, 
+                                        const gchar    *encoded_uri, 
+                                        gboolean        with_plus);
 gint scan_mailto_url                   (const gchar    *mailto,
                                         gchar         **to,
                                         gchar         **cc,
@@ -455,8 +458,6 @@ gchar *file_read_to_str             (const gchar    *file);
 gchar *file_read_stream_to_str (FILE           *fp);
 
 /* process execution */
-gint execute_async             (gchar *const    argv[]);
-gint execute_sync              (gchar *const    argv[]);
 gint execute_command_line      (const gchar    *cmdline,
                                 gboolean        async);
 gchar *get_command_output      (const gchar    *cmdline);