--- a/libpurple/protocols/simple/sipmsg.h Sun May 17 05:34:38 2020 -0400 +++ b/libpurple/protocols/simple/sipmsg.h Sun May 17 22:03:11 2020 -0400 @@ -39,6 +39,6 @@ const gchar *sipmsg_find_header(struct sipmsg *msg, const gchar *name); void sipmsg_remove_header(struct sipmsg *msg, const gchar *name); void sipmsg_print(const struct sipmsg *msg); -char *sipmsg_to_string(const struct sipmsg *msg); +gchar *sipmsg_to_string(const struct sipmsg *msg, const gchar *status_text); #endif /* PURPLE_SIMPLE_SIPMSG_H */