/soc/2015/mmcc/main: 885d2e143d24: no need for helper function t...
Michael McConville <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 885d2e143d2497c6e1b6fc52dc0c37f28b8e73b4 Author: Michael McConville <[email protected]> Date: 2015-06-20 13:03 -0400 Branch: default URL: https://hg.pidgin.im/soc/2015/mmcc/main/rev/885d2e143d24 Description: no need for helper function to be static diffstat: libpurple/protocols/jabber/jabber.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines): diff --git a/libpurple/protocols/jabber/jabber.c b/libpurple/protocols/jabber/jabber.c --- a/libpurple/protocols/jabber/jabber.c +++ b/libpurple/protocols/jabber/jabber.c @@ -2668,8 +2668,8 @@ char *jabber_parse_error(JabberStream *j const char *xmlns = purple_xmlnode_get_namespace(packet); char *cdata = NULL; -static void -set_reason(PurpleConnectionError x) { + +void set_reason(PurpleConnectionError x) { if (reason != NULL) { *reason = x; } _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits