| 1204 gaim_account_get_password(account)); |
1204 gaim_account_get_password(account)); |
| 1205 } |
1205 } |
| 1206 |
1206 |
| 1207 static GaimPluginProtocolInfo prpl_info = |
1207 static GaimPluginProtocolInfo prpl_info = |
| 1208 { |
1208 { |
| |
1209 GAIM_PRPL_API_VERSION, |
| 1209 OPT_PROTO_BUDDY_ICON, |
1210 OPT_PROTO_BUDDY_ICON, |
| 1210 NULL, |
1211 NULL, |
| 1211 NULL, |
1212 NULL, |
| 1212 trepia_list_icon, |
1213 trepia_list_icon, |
| 1213 trepia_list_emblems, |
1214 trepia_list_emblems, |
| 1266 NULL |
1267 NULL |
| 1267 }; |
1268 }; |
| 1268 |
1269 |
| 1269 static GaimPluginInfo info = |
1270 static GaimPluginInfo info = |
| 1270 { |
1271 { |
| 1271 2, /**< api_version */ |
1272 GAIM_PLUGIN_API_VERSION, /**< api_version */ |
| 1272 GAIM_PLUGIN_PROTOCOL, /**< type */ |
1273 GAIM_PLUGIN_PROTOCOL, /**< type */ |
| 1273 NULL, /**< ui_requirement */ |
1274 NULL, /**< ui_requirement */ |
| 1274 0, /**< flags */ |
1275 0, /**< flags */ |
| 1275 NULL, /**< dependencies */ |
1276 NULL, /**< dependencies */ |
| 1276 GAIM_PRIORITY_DEFAULT, /**< priority */ |
1277 GAIM_PRIORITY_DEFAULT, /**< priority */ |