Mercurial > pidgin
comparison libpurple/protocols/myspace/myspace.c @ 19721:b2d213681176
Protocol's (and other plugin's) PurplePluginInfo structs should really be
static. If this breaks the myspace prpl let me know (I don't use it) because
that will need fixing in some other way.
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Mon, 10 Sep 2007 23:19:34 +0000 |
parents | 43a8cd1f708c |
children | 0844b0638f0b |
comparison
equal
deleted
inserted
replaced
19720:bfa1557a7773 | 19721:b2d213681176 |
---|---|
2931 }; | 2931 }; |
2932 | 2932 |
2933 | 2933 |
2934 | 2934 |
2935 /** Based on MSN's plugin info comments. */ | 2935 /** Based on MSN's plugin info comments. */ |
2936 PurplePluginInfo info = { | 2936 static PurplePluginInfo info = { |
2937 PURPLE_PLUGIN_MAGIC, | 2937 PURPLE_PLUGIN_MAGIC, |
2938 PURPLE_MAJOR_VERSION, | 2938 PURPLE_MAJOR_VERSION, |
2939 PURPLE_MINOR_VERSION, | 2939 PURPLE_MINOR_VERSION, |
2940 PURPLE_PLUGIN_PROTOCOL, /**< type */ | 2940 PURPLE_PLUGIN_PROTOCOL, /**< type */ |
2941 NULL, /**< ui_requirement */ | 2941 NULL, /**< ui_requirement */ |