comparison src/prpl.h @ 9473:670daf18649b

[gaim-migrate @ 10298] (09:29:28) nosnilmot: LSchiere: update the structs, prpl api version & ChangeLog.API following datallah's send_file patch committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Wed, 07 Jul 2004 14:02:07 +0000
parents d27156c9c876
children fe35f55ee984
comparison
equal deleted inserted replaced
9472:362e92781b3f 9473:670daf18649b
298 #define GAIM_PLUGIN_PROTOCOL_INFO(plugin) \ 298 #define GAIM_PLUGIN_PROTOCOL_INFO(plugin) \
299 ((GaimPluginProtocolInfo *)(plugin)->info->extra_info) 299 ((GaimPluginProtocolInfo *)(plugin)->info->extra_info)
300 300
301 /* It's not like we're going to run out of integers for this version 301 /* It's not like we're going to run out of integers for this version
302 number, but we only want to really change it once per release. */ 302 number, but we only want to really change it once per release. */
303 /* GAIM_PRPL_API_VERSION last changed for version: 0.79 */ 303 /* GAIM_PRPL_API_VERSION last changed for version: 0.80 */
304 #define GAIM_PRPL_API_VERSION 5 304 #define GAIM_PRPL_API_VERSION 6
305 305
306 #ifdef __cplusplus 306 #ifdef __cplusplus
307 extern "C" { 307 extern "C" {
308 #endif 308 #endif
309 309