comparison libpurple/protocols/gg/gg.c @ 23109:718a9c287839

Use up the last padding for PurplePluginProtocolInfo in a way that allows adding newer functions without causing any major version bump. This is based on the changes from the .vv branch. I changed the PURPLE_PROTOCOL_PLUGIN_HAS_FUNC macro a little so it can be used for the old as well as the new functions. Someone should confirm this looks OK.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 05 May 2008 06:19:46 +0000
parents 3225c99785b8
children bb41bdce8981
comparison
equal deleted inserted replaced
23108:53bf3c21b79d 23109:718a9c287839
2150 2150
2151 /* padding */ 2151 /* padding */
2152 NULL, 2152 NULL,
2153 NULL, 2153 NULL,
2154 NULL, 2154 NULL,
2155 NULL 2155 sizeof(PurplePluginProtocolInfo), /* struct_size */
2156 }; 2156 };
2157 /* }}} */ 2157 /* }}} */
2158 2158
2159 /* PurplePluginInfo setup {{{ */ 2159 /* PurplePluginInfo setup {{{ */
2160 static PurplePluginInfo info = { 2160 static PurplePluginInfo info = {