comparison 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
comparison
equal deleted inserted replaced
9278:2401a9ef74a0 9279:1eaa4d8dcf26
41 guint bicon_checksum; 41 guint bicon_checksum;
42 gboolean bicon_have; 42 gboolean bicon_have;
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);
47 YahooFriend *yahoo_friend_find_or_new(GaimConnection *gc, const char *name);
46 void yahoo_friend_free(gpointer p); 48 void yahoo_friend_free(gpointer p);
47 49
48 #endif /* _YAHOO_FRIEND_H_ */ 50 #endif /* _YAHOO_FRIEND_H_ */