changeset 22117:651ab2001da2

Update some comments in oscar's prpl callback structs
author Mark Doliner <mark@kingant.net>
date Tue, 15 Jan 2008 17:56:11 +0000
parents 1aeac7b2051f
children 8243222c8c1b
files libpurple/protocols/oscar/libaim.c libpurple/protocols/oscar/libicq.c
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/oscar/libaim.c	Tue Jan 15 17:21:51 2008 +0000
+++ b/libpurple/protocols/oscar/libaim.c	Tue Jan 15 17:56:11 2008 +0000
@@ -92,11 +92,11 @@
 	NULL,					/* whiteboard_prpl_ops */
 	NULL,					/* send_raw */
 	NULL,					/* roomlist_room_serialize */
+	NULL,					/* unregister_user */
+	NULL,					/* send_attention */
+	NULL,					/* get_attention_types */
 
 	/* padding */
-	NULL,
-	NULL,
-	NULL,
 	NULL
 };
 
--- a/libpurple/protocols/oscar/libicq.c	Tue Jan 15 17:21:51 2008 +0000
+++ b/libpurple/protocols/oscar/libicq.c	Tue Jan 15 17:56:11 2008 +0000
@@ -92,11 +92,11 @@
 	NULL,					/* whiteboard_prpl_ops */
 	NULL,					/* send_raw */
 	NULL,					/* roomlist_room_serialize */
+	NULL,					/* unregister_user */
+	NULL,					/* send_attention */
+	NULL,					/* get_attention_types */
 
 	/* padding */
-	NULL,
-	NULL,
-	NULL,
 	NULL
 };