libpurple/protocols/yahoo/yahoo_friend.h

branch
soc.2008.yahoo
changeset 23691
67d5188e16f6
parent 23685
f1c08a713551
child 23694
95222c637ab6
--- a/libpurple/protocols/yahoo/yahoo_friend.h	Sat Jul 12 18:33:15 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo_friend.h	Sat Jul 12 18:55:29 2008 +0000
@@ -35,10 +35,10 @@
 } YahooPresenceVisibility;
 
 typedef enum {
-	NOT_CONNECTED = 0,
-	DO_NOT_CONNECT,
-	CONNECTED_AS_SERVER,	/*We are server*/
-	CONNECTED_AS_CLIENT	/*We are client*/
+	YAHOO_P2PSTATUS_NOT_CONNECTED = 0,
+	YAHOO_P2PSTATUS_DO_NOT_CONNECT,
+	YAHOO_P2PSTATUS_WE_ARE_SERVER,
+	YAHOO_P2PSTATUS_WE_ARE_CLIENT
 } YahooP2PStatus;
 
 /* these are called friends instead of buddies mainly so I can use variables

mercurial