aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk_phone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_phone.h')
-rw-r--r--src/conversation/gnunet-conversation-gtk_phone.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_phone.h b/src/conversation/gnunet-conversation-gtk_phone.h
index f8cfc6ce..3b0cad5f 100644
--- a/src/conversation/gnunet-conversation-gtk_phone.h
+++ b/src/conversation/gnunet-conversation-gtk_phone.h
@@ -23,25 +23,31 @@
23 * @brief main logic to manage phone calls 23 * @brief main logic to manage phone calls
24 * @author yids 24 * @author yids
25 * @author hark 25 * @author hark
26 * @author Christian Grothoff
26 */ 27 */
27#ifndef GNUNET_CONVERSATION_GTK_PHONE_H 28#ifndef GNUNET_CONVERSATION_GTK_PHONE_H
28#define GNUNET_CONVERSATION_GTK_PHONE_H 29#define GNUNET_CONVERSATION_GTK_PHONE_H
29 30
30 31
31
32/** 32/**
33 * Initiate a call to the given address. 33 * Initiate a call to the given address.
34 * 34 *
35 * @param address address to call 35 * @param address address to call
36 */ 36 */
37void 37void
38GSC_do_call (const char *address); 38GSC_PHONE_make_call (const char *address);
39 39
40 40
41/**
42 * Initialize phone subsystem.
43 */
41void 44void
42GCG_PHONE_init (void); 45GCG_PHONE_init (void);
43 46
44 47
48/**
49 * Shutdown phone subsystem.
50 */
45void 51void
46GCG_PHONE_shutdown (void); 52GCG_PHONE_shutdown (void);
47 53