libpurple/protocols/gg/gg.c

branch
vv
changeset 26337
ec2fc1bc9024
parent 25869
7dbd62851df1
parent 26260
1562c86163ed
child 26482
72d16a73cf12
--- a/libpurple/protocols/gg/gg.c	Mon Mar 02 16:34:05 2009 +0000
+++ b/libpurple/protocols/gg/gg.c	Mon Mar 02 18:47:27 2009 +0000
@@ -2293,13 +2293,13 @@
 	NULL,				/* whiteboard_prpl_ops */
 	NULL,				/* send_raw */
 	NULL,				/* roomlist_room_serialize */
-
-	/* padding */
-	NULL,
-	NULL,
-	NULL,
+	NULL,				/* unregister_user */
+	NULL,				/* send_attention */
+	NULL,				/* get_attention_types */
 	sizeof(PurplePluginProtocolInfo),       /* struct_size */
-	NULL
+	NULL,                           /* get_account_text_table */
+	NULL,                           /* initiate_media */
+	NULL                            /* can_do_media */
 };
 
 static PurplePluginInfo info = {
@@ -2377,3 +2377,4 @@
 PURPLE_INIT_PLUGIN(gg, init_plugin, info);
 
 /* vim: set ts=8 sts=0 sw=8 noet: */
+

mercurial