X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Futils.h;h=e8ce4ce13db2c1f527b643a9d2200742fadde195;hp=04802f37620d64b8bede315ca84e074e56737385;hb=cd2ce4c3f4898481e912a055c6a312baa5b293e7;hpb=7ca5f14a2499189af457af146abd99e7e3cbddb0 diff --git a/src/utils.h b/src/utils.h index 04802f376..e8ce4ce13 100644 --- a/src/utils.h +++ b/src/utils.h @@ -313,6 +313,8 @@ gint move_file (const gchar *src, 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)