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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/gnunetgtk_common.h b/src/include/gnunetgtk_common.h
index 091b43cb..54a0e625 100644
--- a/src/include/gnunetgtk_common.h
+++ b/src/include/gnunetgtk_common.h
@@ -97,4 +97,11 @@ void run_with_save_calls(PThreadMain cb,
97 */ 97 */
98void connectGladeWithPlugins(GladeXML * xml); 98void connectGladeWithPlugins(GladeXML * xml);
99 99
100/**
101 * Sends a message to libnotify
102 *
103 *
104 */
105void gnunetgtk_notify(const char * message, int type);
106
100#endif 107#endif