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.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_contacts.h b/src/conversation/gnunet-conversation-gtk_contacts.h
index 0e171c8a..a4c61d51 100644
--- a/src/conversation/gnunet-conversation-gtk_contacts.h
+++ b/src/conversation/gnunet-conversation-gtk_contacts.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2010-2013 Christian Grothoff (and other contributing authors) 3 (C) 2010-2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -19,11 +19,14 @@
19*/ 19*/
20 20
21/** 21/**
22 * @file src/conversation/gnunet-conversation-gtk_history.h 22 * @file src/conversation/gnunet-conversation-gtk_contacts.h
23 * @brief 23 * @brief
24 * @author yids 24 * @author yids
25 * @author hark 25 * @author hark
26 */ 26 */
27#ifndef GNUNET_CONVERSATION_GTK_CONTACTS_H
28#define GNUNET_CONVERSATION_GTK_CONTACTS_H
29
27/* 30/*
28extern void 31extern void
29display_record (void *cls, const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone_key, 32display_record (void *cls, const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone_key,
@@ -31,20 +34,17 @@ display_record (void *cls, const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone_key,
31 const struct GNUNET_GNSRECORD_Data *rd); 34 const struct GNUNET_GNSRECORD_Data *rd);
32*/ 35*/
33 36
34extern char *currentlySelectedCallAddress;
35
36/** 37/**
37 * function to initialize the contact list 38 * function to initialize the contact list
38*/ 39 */
39
40extern void 40extern void
41GNUNET_CONVERSATION_GTK_CONTACTS_init (); 41GNUNET_CONVERSATION_GTK_CONTACTS_init ();
42 42
43/**
44 * function to shutdown the contact list
45*/
46 43
44/**
45 * function to shutdown the contact list
46 */
47extern void 47extern void
48GNUNET_CONVERSATION_GTK_CONTACTS_shutdown(); 48GNUNET_CONVERSATION_GTK_CONTACTS_shutdown();
49 49
50 50#endif