comparison libpurple/protocols/zephyr/zephyr.c @ 17592:f2686bec13c0

Removed one padding field from PurplePluginProtocolInfo to stay source compatible.
author Andreas Monitzer <pidgin@monitzer.com>
date Mon, 18 Jun 2007 03:25:22 +0000
parents 3e437e86bd6e
children 759cd72bd2ff
comparison
equal deleted inserted replaced
17591:58a145802f0a 17592:f2686bec13c0
2924 NULL, /* publish_tune */ 2924 NULL, /* publish_tune */
2925 2925
2926 /* padding */ 2926 /* padding */
2927 NULL, 2927 NULL,
2928 NULL, 2928 NULL,
2929 NULL,
2930 NULL 2929 NULL
2931 }; 2930 };
2932 2931
2933 static PurplePluginInfo info = { 2932 static PurplePluginInfo info = {
2934 PURPLE_PLUGIN_MAGIC, 2933 PURPLE_PLUGIN_MAGIC,