diff options
Diffstat (limited to 'src/include/gnunetgtk_common.h')
-rw-r--r-- | src/include/gnunetgtk_common.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/gnunetgtk_common.h b/src/include/gnunetgtk_common.h index c1f37beb..52bc05f9 100644 --- a/src/include/gnunetgtk_common.h +++ b/src/include/gnunetgtk_common.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of GNUnet | 2 | This file is part of GNUnet |
3 | (C) 2005, 2006 Christian Grothoff (and other contributing authors) | 3 | (C) 2005, 2006, 2007 Christian Grothoff (and other contributing authors) |
4 | 4 | ||
5 | GNUnet is free software; you can redistribute it and/or modify | 5 | GNUnet is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published | 6 | it under the terms of the GNU General Public License as published |
7 | by the Free Software Foundation; either version 2, or (at your | 7 | by the Free Software Foundation; either version 2, or (at your |
@@ -162,4 +162,7 @@ void ggc_tree_model_foreach(GtkTreeModel * model, | |||
162 | GtkTreeSelectionForeachFunc func, | 162 | GtkTreeSelectionForeachFunc func, |
163 | gpointer data); | 163 | gpointer data); |
164 | 164 | ||
165 | |||
166 | struct CronManager * gnunet_gtk_get_cron(void); | ||
167 | |||
165 | #endif | 168 | #endif |