X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fcommon%2Futils.h;h=1c0254d69c5c6c5eb7917a3a960bd09bd3e03a51;hp=629fd219fe7d4035eebdda320884ee846c355f96;hb=e08941688230867d31726ddc9485b2b475ebbf1d;hpb=148d5ab27cbd8e028b1c45334ee4b67757af7523 diff --git a/src/common/utils.h b/src/common/utils.h index 629fd219f..1c0254d69 100644 --- a/src/common/utils.h +++ b/src/common/utils.h @@ -427,6 +427,6 @@ gint g_stricase_equal (gconstpointer gptr1, gconstpointer gptr2); gint g_int_compare (gconstpointer a, gconstpointer b); gchar *generate_msgid (const gchar *address, gchar *buf, gint len); -gchar *generate_mime_boundary (void); +gchar *generate_mime_boundary (const gchar *prefix); #endif /* __UTILS_H__ */