diff 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
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_friend.h	Mon Jun 14 06:09:26 2004 +0000
+++ b/src/protocols/yahoo/yahoo_friend.h	Mon Jun 14 07:05:10 2004 +0000
@@ -45,6 +45,10 @@
 YahooFriend *yahoo_friend_new(void);
 YahooFriend *yahoo_friend_find(GaimConnection *gc, const char *name);
 YahooFriend *yahoo_friend_find_or_new(GaimConnection *gc, const char *name);
+
+void yahoo_friend_set_ip(YahooFriend *f, const char *ip);
+const char *yahoo_friend_get_ip(YahooFriend *f);
+
 void yahoo_friend_free(gpointer p);
 
 #endif /* _YAHOO_FRIEND_H_ */