Use selected text on reply/forward.
[claws.git] / src / utils.h
index 04802f37620d64b8bede315ca84e074e56737385..e8ce4ce13db2c1f527b643a9d2200742fadde195 100644 (file)
@@ -313,6 +313,8 @@ gint move_file                      (const gchar    *src,
 gint change_file_mode_rw       (FILE           *fp,
                                 const gchar    *file);
 FILE *my_tmpfile               (void);
 gint change_file_mode_rw       (FILE           *fp,
                                 const gchar    *file);
 FILE *my_tmpfile               (void);
+gchar *write_buffer_to_file    (const gchar    *buf,
+                                guint           bufsize);
 
 #define is_file_exist(file)            file_exist(file, FALSE)
 #define is_file_or_fifo_exist(file)    file_exist(file, TRUE)
 
 #define is_file_exist(file)            file_exist(file, FALSE)
 #define is_file_or_fifo_exist(file)    file_exist(file, TRUE)