comparison src/protocols/novell/novell.c @ 8993:294ae6548d4e

[gaim-migrate @ 9768] update the structs committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Fri, 21 May 2004 00:32:52 +0000
parents 80b4c956d7ae
children 67421e0dc497
comparison
equal deleted inserted replaced
8992:f15fcdbecf0a 8993:294ae6548d4e
3340 novell_remove_group, 3340 novell_remove_group,
3341 NULL 3341 NULL
3342 }; 3342 };
3343 3343
3344 static GaimPluginInfo info = { 3344 static GaimPluginInfo info = {
3345 GAIM_PLUGIN_API_VERSION, /**< api_version */ 3345 GAIM_PLUGIN_API_VERSION, /**< api_version */
3346 GAIM_PLUGIN_PROTOCOL, /**< type */ 3346 GAIM_PLUGIN_PROTOCOL, /**< type */
3347 NULL, /**< ui_requirement */ 3347 NULL, /**< ui_requirement */
3348 0, /**< flags */ 3348 0, /**< flags */
3349 NULL, /**< dependencies */ 3349 NULL, /**< dependencies */
3350 GAIM_PRIORITY_DEFAULT, /**< priority */ 3350 GAIM_PRIORITY_DEFAULT, /**< priority */
3351 3351 "prpl-novell", /**< id */
3352 "prpl-novell", /**< id */ 3352 "GroupWise", /**< name */
3353 "GroupWise", /**< name */ 3353 VERSION, /**< version */
3354 VERSION, /**< version */
3355 /** summary */ 3354 /** summary */
3356 N_("Novell GroupWise Messenger Protocol Plugin"), 3355 N_("Novell GroupWise Messenger Protocol Plugin"),
3357 /** description */ 3356 /** description */
3358 N_("Novell GroupWise Messenger Protocol Plugin"), 3357 N_("Novell GroupWise Messenger Protocol Plugin"),
3359 NULL, /**< author */ 3358 NULL, /**< author */
3360 GAIM_WEBSITE, /**< homepage */ 3359 GAIM_WEBSITE, /**< homepage */
3361 3360
3362 NULL, /**< load */ 3361 NULL, /**< load */
3363 NULL, /**< unload */ 3362 NULL, /**< unload */
3364 NULL, /**< destroy */ 3363 NULL, /**< destroy */
3365 3364
3366 NULL, /**< ui_info */ 3365 NULL, /**< ui_info */
3367 &prpl_info /**< extra_info */ 3366 &prpl_info, /**< extra_info */
3367 NULL,
3368 NULL
3368 }; 3369 };
3369 3370
3370 static void 3371 static void
3371 init_plugin(GaimPlugin * plugin) 3372 init_plugin(GaimPlugin * plugin)
3372 { 3373 {