libpurple/protocols/msn/switchboard.h

branch
cpw.khc.msnp14
changeset 20503
803dee40191e
parent 20481
65485e2ed8a3
child 20532
272c14d773d3
--- a/libpurple/protocols/msn/switchboard.h	Sun May 20 15:59:10 2007 +0000
+++ b/libpurple/protocols/msn/switchboard.h	Sun May 20 16:30:39 2007 +0000
@@ -102,7 +102,7 @@
 
 	MsnSBErrorType error; /**< The error that occurred in this switchboard
 							(if applicable). */
-	MsnSlpLink *slplink; /**< The slplink that is using this switchboard. */
+	GList *slplinks; /**< The list of slplinks that are using this switchboard. */
 };
 
 /**

mercurial