comparison libpurple/protocols/yahoo/yahoo_friend.h @ 25069:262ae5f56a9a

Better naming convention, prefix YAHOO_P2PSTATUS_ to values in the enum YahooP2PStatus
author Sulabh Mahajan <sulabh@soc.pidgin.im>
date Sat, 12 Jul 2008 18:55:29 +0000
parents 860d8ed4f7a6
children 63033139c590
comparison
equal deleted inserted replaced
25068:7bd420b3edb7 25069:262ae5f56a9a
33 YAHOO_PRESENCE_ONLINE, 33 YAHOO_PRESENCE_ONLINE,
34 YAHOO_PRESENCE_PERM_OFFLINE 34 YAHOO_PRESENCE_PERM_OFFLINE
35 } YahooPresenceVisibility; 35 } YahooPresenceVisibility;
36 36
37 typedef enum { 37 typedef enum {
38 NOT_CONNECTED = 0, 38 YAHOO_P2PSTATUS_NOT_CONNECTED = 0,
39 DO_NOT_CONNECT, 39 YAHOO_P2PSTATUS_DO_NOT_CONNECT,
40 CONNECTED_AS_SERVER, /*We are server*/ 40 YAHOO_P2PSTATUS_WE_ARE_SERVER,
41 CONNECTED_AS_CLIENT /*We are client*/ 41 YAHOO_P2PSTATUS_WE_ARE_CLIENT
42 } YahooP2PStatus; 42 } YahooP2PStatus;
43 43
44 /* these are called friends instead of buddies mainly so I can use variables 44 /* these are called friends instead of buddies mainly so I can use variables
45 * named f and not confuse them with variables named b 45 * named f and not confuse them with variables named b
46 */ 46 */