comparison plugins/ssl/ssl-gnutls.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 1556970088d4
children f8e395a054e2
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
210 return TRUE; 210 return TRUE;
211 } 211 }
212 212
213 static GaimPluginInfo info = 213 static GaimPluginInfo info =
214 { 214 {
215 2, /**< api_version */ 215 GAIM_PLUGIN_API_VERSION, /**< api_version */
216 GAIM_PLUGIN_STANDARD, /**< type */ 216 GAIM_PLUGIN_STANDARD, /**< type */
217 NULL, /**< ui_requirement */ 217 NULL, /**< ui_requirement */
218 GAIM_PLUGIN_FLAG_INVISIBLE, /**< flags */ 218 GAIM_PLUGIN_FLAG_INVISIBLE, /**< flags */
219 NULL, /**< dependencies */ 219 NULL, /**< dependencies */
220 GAIM_PRIORITY_DEFAULT, /**< priority */ 220 GAIM_PRIORITY_DEFAULT, /**< priority */