aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunetgtk_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunetgtk_common.h')
-rw-r--r--src/include/gnunetgtk_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gnunetgtk_common.h b/src/include/gnunetgtk_common.h
index b98d132a..d95f8cec 100644
--- a/src/include/gnunetgtk_common.h
+++ b/src/include/gnunetgtk_common.h
@@ -90,6 +90,9 @@ void GNUNET_GTK_show_info_message (int doPopup, const char *format, ...);
90 */ 90 */
91void GNUNET_GTK_add_log_entry (const char *txt, ...); 91void GNUNET_GTK_add_log_entry (const char *txt, ...);
92 92
93void
94GNUNET_GTK_hide_info_window(void);
95
93struct GNUNET_GE_Context *GNUNET_GTK_create_gtk_logger (GNUNET_GE_KIND mask); 96struct GNUNET_GE_Context *GNUNET_GTK_create_gtk_logger (GNUNET_GE_KIND mask);
94 97
95#define GNUNET_GTK_NOTIFY_LEVEL_LOW 0 98#define GNUNET_GTK_NOTIFY_LEVEL_LOW 0