/soc/2015/mmcc/main: 885d2e143d24: no need for helper function t...
Michael McConville
mmcconville at mykolab.com
Tue Jun 23 16:02:35 EDT 2015
Changeset: 885d2e143d2497c6e1b6fc52dc0c37f28b8e73b4
Author: Michael McConville <mmcconville at mykolab.com>
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;
}
More information about the Commits
mailing list