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 ff8e9034..678a5a71 100644
--- a/src/include/gnunetgtk_common.h
+++ b/src/include/gnunetgtk_common.h
@@ -91,6 +91,9 @@ void GNUNET_GTK_add_log_entry (const char *txt, ...);
91 91
92struct GNUNET_GE_Context *GNUNET_GTK_create_gtk_logger (GNUNET_GE_KIND mask); 92struct GNUNET_GE_Context *GNUNET_GTK_create_gtk_logger (GNUNET_GE_KIND mask);
93 93
94void
95GNUNET_GTK_shutdown_logger();
96
94#define GNUNET_GTK_NOTIFY_LEVEL_LOW 0 97#define GNUNET_GTK_NOTIFY_LEVEL_LOW 0
95#define GNUNET_GTK_NOTIFY_LEVEL_NORMAL 1 98#define GNUNET_GTK_NOTIFY_LEVEL_NORMAL 1
96#define GNUNET_GTK_NOTIFY_LEVEL_CRITICAL 2 99#define GNUNET_GTK_NOTIFY_LEVEL_CRITICAL 2