aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.h')
-rw-r--r--src/conversation/gnunet-conversation-gtk.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.h b/src/conversation/gnunet-conversation-gtk.h
index e4907361..e4e007e0 100644
--- a/src/conversation/gnunet-conversation-gtk.h
+++ b/src/conversation/gnunet-conversation-gtk.h
@@ -304,10 +304,23 @@ enum CONVERSATION_ModelColumns
304}; 304};
305 305
306/** 306/**
307 * List of active calls
308 */
309static GtkListStore *active_liststore;
310
311/**
312 * List of active calls
313 */
314static GtkTreeView *active_treeview;
315
316
317
318/**
307 * List of all known zones/egos. 319 * List of all known zones/egos.
308 */ 320 */
309static GtkListStore *contacts_liststore; 321static GtkListStore *contacts_liststore;
310 322
323
311/** 324/**
312 * List of contacts. 325 * List of contacts.
313 */ 326 */