diff src/protocols/yahoo/yahoo_friend.h @ 9279:1eaa4d8dcf26

[gaim-migrate @ 10082] Some more cleanups. Add some yahoo_friend_* functions and made yahoo use them. I may eventually make the structure opque. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Mon, 14 Jun 2004 05:47:41 +0000
parents 2401a9ef74a0
children adde46ad65e9
line wrap: on
line diff
--- a/src/protocols/yahoo/yahoo_friend.h	Mon Jun 14 04:51:14 2004 +0000
+++ b/src/protocols/yahoo/yahoo_friend.h	Mon Jun 14 05:47:41 2004 +0000
@@ -43,6 +43,8 @@
 } YahooFriend;
 
 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_free(gpointer p);
 
 #endif /* _YAHOO_FRIEND_H_ */