comparison plugins/history.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 7024b9145357
children de87e510ff9a
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
58 return TRUE; 58 return TRUE;
59 } 59 }
60 60
61 static GaimPluginInfo info = 61 static GaimPluginInfo info =
62 { 62 {
63 2, 63 GAIM_PLUGIN_API_VERSION,
64 GAIM_PLUGIN_STANDARD, 64 GAIM_PLUGIN_STANDARD,
65 GAIM_GTK_PLUGIN_TYPE, 65 GAIM_GTK_PLUGIN_TYPE,
66 0, 66 0,
67 NULL, 67 NULL,
68 GAIM_PRIORITY_DEFAULT, 68 GAIM_PRIORITY_DEFAULT,