diff finch/gntconv.h @ 19179:c8f9584e3221

merge of '67bc02a2c7f212cbe500066a42a3a477fdd25289' and 'd9bffe4df171c9490c29837f81ff350c6da64c7f'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 11 Aug 2007 11:19:07 +0000
parents 68a3b83795c6
children 4ce4ff8a3c19
line wrap: on
line diff
--- a/finch/gntconv.h	Sat Aug 11 09:20:36 2007 +0000
+++ b/finch/gntconv.h	Sat Aug 11 11:19:07 2007 +0000
@@ -30,6 +30,9 @@
 
 #include "conversation.h"
 
+/* Grabs the conv out of a PurpleConverstation */
+#define FINCH_CONV(conv) ((FinchConv *)(conv)->ui_data)
+
 /***************************************************************************
  * @name GNT Conversations API
  ***************************************************************************/