comparison src/protocols/yahoo/yahoo_friend.h @ 9281:adde46ad65e9

[gaim-migrate @ 10084] This keeps track of IP addresses that other clients send us, and displays them in the Get Info dialog. Eventually we'll want to do other stuff with them, probably. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Mon, 14 Jun 2004 07:05:10 +0000
parents 1eaa4d8dcf26
children 66ff39319900
comparison
equal deleted inserted replaced
9280:2104c1039626 9281:adde46ad65e9
43 } YahooFriend; 43 } YahooFriend;
44 44
45 YahooFriend *yahoo_friend_new(void); 45 YahooFriend *yahoo_friend_new(void);
46 YahooFriend *yahoo_friend_find(GaimConnection *gc, const char *name); 46 YahooFriend *yahoo_friend_find(GaimConnection *gc, const char *name);
47 YahooFriend *yahoo_friend_find_or_new(GaimConnection *gc, const char *name); 47 YahooFriend *yahoo_friend_find_or_new(GaimConnection *gc, const char *name);
48
49 void yahoo_friend_set_ip(YahooFriend *f, const char *ip);
50 const char *yahoo_friend_get_ip(YahooFriend *f);
51
48 void yahoo_friend_free(gpointer p); 52 void yahoo_friend_free(gpointer p);
49 53
50 #endif /* _YAHOO_FRIEND_H_ */ 54 #endif /* _YAHOO_FRIEND_H_ */