src/blist.h

changeset 6456
e4e7dee16c1a
parent 6245
f7548d168415
child 6485
3c7ba18e32f1
--- a/src/blist.h	Wed Aug 13 20:13:06 2003 +0000
+++ b/src/blist.h	Wed Aug 13 21:08:29 2003 +0000
@@ -433,6 +433,24 @@
 struct group *gaim_find_group(const char *name);   
 
 /**
+ * Finds a chat by name.
+ *
+ * @param name The chat's name.
+ *
+ * @return The chat, or @c NULL if the chat does not exist.
+ */
+struct chat *gaim_blist_find_chat(GaimAccount *account, const char *name);
+
+/**
+ * Returns the group of which the chat is a member.
+ *
+ * @param chat The chat.
+ *
+ * @return The parent group, or @c NULL if the chat is not in a group.
+ */
+struct group *gaim_blist_chat_get_group(struct chat *chat);
+
+/**
  * Returns the group of which the buddy is a member.
  *
  * @param buddy   The buddy

mercurial