comparison libpurple/protocols/silc/silc.c @ 23759: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 73b2053c8303
children de4914b5e45c
comparison
equal deleted inserted replaced
23758:1e5d5d55a231 23759:315151da0dc6
1890 1890
1891 /* padding */ 1891 /* padding */
1892 NULL, 1892 NULL,
1893 NULL, 1893 NULL,
1894 NULL, 1894 NULL,
1895 NULL 1895 sizeof(PurpleProtocolPluginInfo)
1896 }; 1896 };
1897 1897
1898 static void 1898 static void
1899 init_plugin(PurplePlugin *plugin) 1899 init_plugin(PurplePlugin *plugin)
1900 { 1900 {