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 d70009f6..b0cce179 100644
--- a/src/include/gnunetgtk_common.h
+++ b/src/include/gnunetgtk_common.h
@@ -173,4 +173,11 @@ void GNUNET_GTK_tree_model_foreach (GtkTreeModel * model,
173 173
174struct GNUNET_CronManager *GNUNET_GTK_get_cron_manager (void); 174struct GNUNET_CronManager *GNUNET_GTK_get_cron_manager (void);
175 175
176
177GtkWidget *GNUNET_GTK_extract_main_widget_from_window (GladeXML * xml,
178 const char *windowName);
179
180
181
182
176#endif 183#endif