comparison plugins/ssl/ssl.c @ 8749:d7b8eb1f0a18

[gaim-migrate @ 9504] Bumped up the plugin API version number, and added version numbers for loader plugins and protocol plugins. Authors will want to update their plugins, and possibly use GAIM_PLUGIN_API_VERSION, GAIM_PRPL_API_VERSION, and GAIM_LOADER_API_VERSION constants. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 22 Apr 2004 01:53:18 +0000
parents a671a28bc50b
children 294ae6548d4e
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
78 return TRUE; 78 return TRUE;
79 } 79 }
80 80
81 static GaimPluginInfo info = 81 static GaimPluginInfo info =
82 { 82 {
83 2, /**< api_version */ 83 GAIM_PLUGIN_API_VERSION, /**< api_version */
84 GAIM_PLUGIN_STANDARD, /**< type */ 84 GAIM_PLUGIN_STANDARD, /**< type */
85 NULL, /**< ui_requirement */ 85 NULL, /**< ui_requirement */
86 GAIM_PLUGIN_FLAG_INVISIBLE, /**< flags */ 86 GAIM_PLUGIN_FLAG_INVISIBLE, /**< flags */
87 NULL, /**< dependencies */ 87 NULL, /**< dependencies */
88 GAIM_PRIORITY_DEFAULT, /**< priority */ 88 GAIM_PRIORITY_DEFAULT, /**< priority */