comparison libpurple/protocols/silc10/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 3162c5836fb8
children 60f5abc6cf0c
comparison
equal deleted inserted replaced
23758:1e5d5d55a231 23759:315151da0dc6
1833 1833
1834 /* padding */ 1834 /* padding */
1835 NULL, 1835 NULL,
1836 NULL, 1836 NULL,
1837 NULL, 1837 NULL,
1838 NULL 1838 sizeof(PurpleProtocolPluginInfo)
1839 }; 1839 };
1840 1840
1841 static void 1841 static void
1842 init_plugin(PurplePlugin *plugin) 1842 init_plugin(PurplePlugin *plugin)
1843 { 1843 {