aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-06-07 21:49:33 +0000
committerChristian Grothoff <christian@grothoff.org>2008-06-07 21:49:33 +0000
commit04323bcef87404f18bb05a55060d9479d6a4a5b0 (patch)
tree059d5413af30e43bdc91f91781da56a56738493e /src/include
parent741ad9a963b5d390d6336d4a5bc09fa12de50cbd (diff)
downloadgnunet-gtk-04323bcef87404f18bb05a55060d9479d6a4a5b0.tar.gz
gnunet-gtk-04323bcef87404f18bb05a55060d9479d6a4a5b0.zip
cleanup
Diffstat (limited to 'src/include')
-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