org.guifications.plugins: 89490cb3f42624937e48c665002fb46662674318

rekkanoryo at guifications.org rekkanoryo at guifications.org
Sat Mar 22 17:25:10 CDT 2008


-----------------------------------------------------------------
Revision: 89490cb3f42624937e48c665002fb46662674318
Ancestor: 2b57f952da01b156a3a86f19ebfaed2fe842e74c
Author: rekkanoryo at guifications.org
Date: 2008-03-22T22:21:45
Branch: org.guifications.plugins

Modified files:
        napster/napster.c

ChangeLog: 

Another missing initializers warning here in napster.

-----------------------------------------------------------------
This revision's diffstat output:
 napster.c |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
-------------- next part --------------
============================================================
--- napster/napster.c	ce2693c34b7be55ab88d64148b4e5e68dab40d01
+++ napster/napster.c	d8e4ec43f3c0434f10e1631fefe16e994848e550
@@ -693,9 +693,11 @@ static PurplePluginProtocolInfo prpl_inf
 	NULL,					/* new_xfer */
 	NULL,					/* offline_message */
 	NULL,					/* whiteboard_prpl_ops */
-	NULL,					/* reserved 1 */
-	NULL,					/* reserved 2 */
-	NULL,					/* reserved 3 */
+	NULL,					/* send_raw */
+	NULL,					/* roomlist_room_serialize */
+	NULL,					/* unregister_user */
+	NULL,					/* send_attention */
+	NULL,					/* get_attention_types */
 	NULL					/* reserved 4 */
 };
 


More information about the Plugins-commits mailing list