org.guifications.plugins: cb62d34f3f8964526dad2f7efef20475f51a45b8

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


-----------------------------------------------------------------
Revision: cb62d34f3f8964526dad2f7efef20475f51a45b8
Ancestor: 89490cb3f42624937e48c665002fb46662674318
Author: rekkanoryo at guifications.org
Date: 2008-03-22T22:24:44
Branch: org.guifications.plugins

Modified files:
        snpp/snpp.c

ChangeLog: 

The last missing initializers warning I found.

-----------------------------------------------------------------
This revision's diffstat output:
 snpp.c |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)
-------------- next part --------------
============================================================
--- snpp/snpp.c	a8d7a9fd28108e0227893411867824f755197376
+++ snpp/snpp.c	d74b5f52ef97d35764e81163ecf3013c83f73e37
@@ -534,7 +534,16 @@ static PurplePluginProtocolInfo prpl_inf
 	NULL,							/* roomlist_cancel */
 	NULL,							/* roomlist_expand_catagory */
 	NULL,							/* can_receive_file */
-	NULL							/* send_file */
+	NULL,							/* send_file */
+	NULL,							/* new_xfer */
+	NULL,							/* offline_message */
+	NULL,							/* whiteboard_prpl_ops */
+	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