comparison libpurple/protocols/myspace/myspace.c @ 25545:315151da0dc6

Basic Google Talk voice call support. No UI; receiving a call auto-accepts it.
author Sean Egan <seanegan@gmail.com>
date Wed, 05 Sep 2007 00:47:58 +0000
parents 11c727b19201
children 60f5abc6cf0c
comparison
equal deleted inserted replaced
25544:1e5d5d55a231 25545:315151da0dc6
2811 #else 2811 #else
2812 NULL, /* _purple_reserved1 */ 2812 NULL, /* _purple_reserved1 */
2813 NULL, /* _purple_reserved2 */ 2813 NULL, /* _purple_reserved2 */
2814 #endif 2814 #endif
2815 NULL, /* _purple_reserved3 */ 2815 NULL, /* _purple_reserved3 */
2816 NULL /* _purple_reserved4 */ 2816 sizeof(PurplePluginProtocolInfo)
2817 }; 2817 };
2818 2818
2819 2819
2820 2820
2821 /** Based on MSN's plugin info comments. */ 2821 /** Based on MSN's plugin info comments. */