comparison src/protocols/zephyr/zephyr.c @ 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 d9f8658b305d
children 7a65fdba750f
comparison
equal deleted inserted replaced
9472:362e92781b3f 9473:670daf18649b
1613 NULL, 1613 NULL,
1614 zephyr_chat_set_topic, 1614 zephyr_chat_set_topic,
1615 NULL, 1615 NULL,
1616 NULL, 1616 NULL,
1617 NULL, 1617 NULL,
1618 NULL 1618 NULL,
1619 NULL, /* can_receive_file */
1620 NULL /* send_file */
1619 }; 1621 };
1620 1622
1621 static GaimPluginInfo info = { 1623 static GaimPluginInfo info = {
1622 GAIM_PLUGIN_API_VERSION, /**< api_version */ 1624 GAIM_PLUGIN_API_VERSION, /**< api_version */
1623 GAIM_PLUGIN_PROTOCOL, /**< type */ 1625 GAIM_PLUGIN_PROTOCOL, /**< type */