diff options
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_contacts.h')
-rw-r--r-- | src/conversation/gnunet-conversation-gtk_contacts.h | 20 |
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, | |||
34 | extern char *currentlySelectedCallAddress; | 34 | extern char *currentlySelectedCallAddress; |
35 | 35 | ||
36 | /** | 36 | /** |
37 | * List of contacts (records). | 37 | * function to initialize the contact list |
38 | */ | 38 | */ |
39 | extern GtkListStore *contacts_liststore; | ||
40 | 39 | ||
40 | extern void | ||
41 | GNUNET_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 | /** | 47 | extern void |
48 | * The main tree view for 'gns' that shows the records. | 48 | GNUNET_CONVERSATION_GTK_CONTACTS_shutdown(); |
49 | */ | ||
50 | extern GtkTreeView *contacts_treeview; | ||
51 | 49 | ||
52 | 50 | ||