sync with 0.8.11cvs6
[claws.git] / src / common / utils.h
index 75297123e21a21485c45e06a230791cb1fda4ba7..84e40bb1b33a1f50c034d31b5ee2178cb6679d92 100644 (file)
@@ -371,6 +371,8 @@ gint uncanonicalize_file    (const gchar    *src,
                                 const gchar    *dest);
 gint uncanonicalize_file_replace(const gchar   *file);
 
+gchar *get_outgoing_rfc2822_str        (FILE           *fp);
+
 gint change_file_mode_rw       (FILE           *fp,
                                 const gchar    *file);
 FILE *my_tmpfile               (void);
@@ -378,6 +380,7 @@ FILE *str_open_as_stream    (const gchar    *str);
 gint str_write_to_file         (const gchar    *str,
                                 const gchar    *file);
 gchar *file_read_to_str                (const gchar    *file);
+gchar *file_read_stream_to_str (FILE           *fp);
 
 /* process execution */
 gint execute_async             (gchar *const    argv[]);