diff libpurple/protocols/msn/switchboard.h @ 19797:60bc06498746

Committing khc's msnp14 changes from Trac Ticket #148. --rlaager committer: Richard Laager <rlaager@wiktel.com>
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 15 Apr 2007 04:12:27 +0000
parents 32c366eeeb99
children 8aa5e490dbf7
line wrap: on
line diff
--- a/libpurple/protocols/msn/switchboard.h	Sun Apr 15 00:32:57 2007 +0000
+++ b/libpurple/protocols/msn/switchboard.h	Sun Apr 15 04:12:27 2007 +0000
@@ -102,7 +102,7 @@
 
 	MsnSBErrorType error; /**< The error that occurred in this switchboard
 							(if applicable). */
-	GList *slplinks; /**< The list of slplinks that are using this switchboard. */
+	MsnSlpLink *slplink; /**< The slplink that is using this switchboard. */
 };
 
 /**