aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk_contacts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_contacts.h')
-rw-r--r--src/conversation/gnunet-conversation-gtk_contacts.h20
1 files changed, 9 insertions, 11 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_contacts.h b/src/conversation/gnunet-conversation-gtk_contacts.h
index d3d9e5ab..0e171c8a 100644
--- a/src/conversation/gnunet-conversation-gtk_contacts.h
+++ b/src/conversation/gnunet-conversation-gtk_contacts.h
@@ -34,19 +34,17 @@ display_record (void *cls, const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone_key,
34extern char *currentlySelectedCallAddress; 34extern char *currentlySelectedCallAddress;
35 35
36/** 36/**
37 * List of contacts (records). 37 * function to initialize the contact list
38 */ 38*/
39extern GtkListStore *contacts_liststore;
40 39
40extern void
41GNUNET_CONVERSATION_GTK_CONTACTS_init ();
41 42
42/** 43/**
43 * List of contacts. 44 * function to shutdown the contact list
44 */ 45*/
45//static GtkTreeStore *contacts_treestore;
46 46
47/** 47extern void
48 * The main tree view for 'gns' that shows the records. 48GNUNET_CONVERSATION_GTK_CONTACTS_shutdown();
49 */
50extern GtkTreeView *contacts_treeview;
51 49
52 50