diff src/blist.h @ 12088:980c877bd238

[gaim-migrate @ 14385] sf patch #1356873, from Will Thompson (resiak) "gaim_find_buddys_group is a stupid name. gaim_buddy_get_group is not a stupid name." Way to think outside the box! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 14 Nov 2005 22:41:52 +0000
parents 2cb1beb9da51
children 875f59f9c0bb
line wrap: on
line diff
--- a/src/blist.h	Mon Nov 14 22:20:24 2005 +0000
+++ b/src/blist.h	Mon Nov 14 22:41:52 2005 +0000
@@ -634,7 +634,7 @@
  * @param buddy   The buddy
  * @return        The group or NULL if the buddy is not in a group
  */
-GaimGroup *gaim_find_buddys_group(GaimBuddy *buddy);
+GaimGroup *gaim_buddy_get_group(GaimBuddy *buddy);
 
 
 /**