aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk.h')
-rw-r--r--src/conversation/gnunet-conversation-gtk.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/conversation/gnunet-conversation-gtk.h b/src/conversation/gnunet-conversation-gtk.h
index b4f1f203..b1ff1c55 100644
--- a/src/conversation/gnunet-conversation-gtk.h
+++ b/src/conversation/gnunet-conversation-gtk.h
@@ -25,9 +25,14 @@
25#ifndef GNUNET_CONVERSATION_GTK_H 25#ifndef GNUNET_CONVERSATION_GTK_H
26#define GNUNET_CONVERSATION_GTK_H 26#define GNUNET_CONVERSATION_GTK_H
27 27
28/* 28 /** Get our configuration.
29 * macro's 29 *
30 */ 30 * @return configuration handle
31 **/
32
33extern struct GNUNET_CONFIGURATION_Handle *
34GIG_get_configuration ();
35
31 36
32extern GObject * 37extern GObject *
33GNUNET_CONVERSATION_GTK_get_main_window_object (const char *); 38GNUNET_CONVERSATION_GTK_get_main_window_object (const char *);