comparison src/protocols/toc/toc.c @ 8751:8e30e5d6c3cf

[gaim-migrate @ 9506] N/C stands for No Charge, No Comment, North Carolina, and Nina Carerra, the sizzling hispanic solo lambada dancer from Italy. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 22 Apr 2004 03:31:07 +0000
parents 7024b595b6ae
children 80b4c956d7ae
comparison
equal deleted inserted replaced
8750:da7759b5b9bc 8751:8e30e5d6c3cf
2089 } 2089 }
2090 #endif 2090 #endif
2091 2091
2092 static GaimPluginProtocolInfo prpl_info = 2092 static GaimPluginProtocolInfo prpl_info =
2093 { 2093 {
2094 GAIM_PRPL_API_VERSION,
2094 OPT_PROTO_CORRECT_TIME, 2095 OPT_PROTO_CORRECT_TIME,
2095 NULL, 2096 NULL,
2096 NULL, 2097 NULL,
2097 toc_list_icon, 2098 toc_list_icon,
2098 toc_list_emblems, 2099 toc_list_emblems,
2151 NULL 2152 NULL
2152 }; 2153 };
2153 2154
2154 static GaimPluginInfo info = 2155 static GaimPluginInfo info =
2155 { 2156 {
2156 2, /**< api_version */ 2157 GAIM_PLUGIN_API_VERSION, /**< api_version */
2157 GAIM_PLUGIN_PROTOCOL, /**< type */ 2158 GAIM_PLUGIN_PROTOCOL, /**< type */
2158 NULL, /**< ui_requirement */ 2159 NULL, /**< ui_requirement */
2159 0, /**< flags */ 2160 0, /**< flags */
2160 NULL, /**< dependencies */ 2161 NULL, /**< dependencies */
2161 GAIM_PRIORITY_DEFAULT, /**< priority */ 2162 GAIM_PRIORITY_DEFAULT, /**< priority */