diff console/gntconv.h @ 14388:f4af666fafe3

[gaim-migrate @ 17094] Contactize the conversations. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 31 Aug 2006 04:39:21 +0000
parents c65ed4f6eea8
children 81650a27f253
line wrap: on
line diff
--- a/console/gntconv.h	Thu Aug 31 03:13:54 2006 +0000
+++ b/console/gntconv.h	Thu Aug 31 04:39:21 2006 +0000
@@ -9,4 +9,7 @@
 
 void gg_conversation_uninit(void);
 
+/* Set a conversation as active in a contactized conversation */
+void gg_conversation_set_active(GaimConversation *conv);
+
 #endif