comparison libpurple/protocols/oscar/libaim.c @ 23110:bb41bdce8981

Patch from Jaywalker to let prpls add some helpful text for some account fields. This includes the update from rekkanoryo that was reverted earlier. References #2295.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 05 May 2008 06:55:00 +0000
parents 718a9c287839
children ff29208e03ef
comparison
equal deleted inserted replaced
23109:718a9c287839 23110:bb41bdce8981
95 NULL, /* unregister_user */ 95 NULL, /* unregister_user */
96 NULL, /* send_attention */ 96 NULL, /* send_attention */
97 NULL, /* get_attention_types */ 97 NULL, /* get_attention_types */
98 98
99 sizeof(PurplePluginProtocolInfo), /* struct_size */ 99 sizeof(PurplePluginProtocolInfo), /* struct_size */
100 NULL
100 }; 101 };
101 102
102 static PurplePluginInfo info = 103 static PurplePluginInfo info =
103 { 104 {
104 PURPLE_PLUGIN_MAGIC, 105 PURPLE_PLUGIN_MAGIC,