aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk_egos.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-05-26 10:03:02 +0000
committerChristian Grothoff <christian@grothoff.org>2014-05-26 10:03:02 +0000
commit17b52d57b13216000a5b321132e72d2554d76724 (patch)
treee6926e9bc5a9f85f31948398b2956d7fd3575e77 /src/conversation/gnunet-conversation-gtk_egos.h
parent12a85cf6c3fa907f05c291d20f1b674b8826e255 (diff)
downloadgnunet-gtk-17b52d57b13216000a5b321132e72d2554d76724.tar.gz
gnunet-gtk-17b52d57b13216000a5b321132e72d2554d76724.zip
add new egos files
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_egos.h')
-rw-r--r--src/conversation/gnunet-conversation-gtk_egos.h54
1 files changed, 54 insertions, 0 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_egos.h b/src/conversation/gnunet-conversation-gtk_egos.h
new file mode 100644
index 00000000..c939fece
--- /dev/null
+++ b/src/conversation/gnunet-conversation-gtk_egos.h
@@ -0,0 +1,54 @@
1/*
2 This file is part of GNUnet.
3 (C) 2010-2014 Christian Grothoff (and other contributing authors)
4
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
7 by the Free Software Foundation; either version 3, or (at your
8 option) any later version.
9
10 GNUnet is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with GNUnet; see the file COPYING. If not, write to the
17 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA.
19*/
20
21/**
22 * @file src/conversation/gnunet-conversation-gtk_egos.h
23 * @brief
24 * @author yids
25 * @author hark
26 * @author Christian Grothoff
27 */
28#ifndef GNUNET_CONVERSATION_GTK_EGOS_H
29#define GNUNET_CONVERSATION_GTK_EGOS_H
30
31
32/**
33 * Obtain the currently selected ego.
34 *
35 * @return NULL if no ego is selected
36 */
37struct GNUNET_IDENTITY_Ego *
38GCG_EGOS_get_selected_ego (void);
39
40
41/**
42 * Initialize the contact list
43 */
44extern void
45GCG_EGOS_init (void);
46
47
48/**
49 * Shutdown the contact list
50 */
51extern void
52GCG_EGOS_shutdown(void);
53
54#endif