aboutsummaryrefslogtreecommitdiffstats
path: root/mail/subscribe-dialog.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-03-29 00:39:33 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-03-29 00:39:33 +0800
commit48f9f186fc277c98caed5a0431ed8645ca48388b (patch)
treedbe77e91c26310e0d1670bb0b6df42e7a93d7215 /mail/subscribe-dialog.c
parent87770ea28622b009104c4803eb05043a7a3b42f7 (diff)
downloadgsoc2013-evolution-48f9f186fc277c98caed5a0431ed8645ca48388b.tar
gsoc2013-evolution-48f9f186fc277c98caed5a0431ed8645ca48388b.tar.gz
gsoc2013-evolution-48f9f186fc277c98caed5a0431ed8645ca48388b.tar.bz2
gsoc2013-evolution-48f9f186fc277c98caed5a0431ed8645ca48388b.tar.lz
gsoc2013-evolution-48f9f186fc277c98caed5a0431ed8645ca48388b.tar.xz
gsoc2013-evolution-48f9f186fc277c98caed5a0431ed8645ca48388b.tar.zst
gsoc2013-evolution-48f9f186fc277c98caed5a0431ed8645ca48388b.zip
Declare a prototype for this function prior to fe_got_children() so that
2003-03-28 Jeffrey Stedfast <fejj@ximian.com> * subscribe-dialog.c (fe_check_for_children): Declare a prototype for this function prior to fe_got_children() so that fe_got_children() can call us. svn path=/trunk/; revision=20558
Diffstat (limited to 'mail/subscribe-dialog.c')
-rw-r--r--mail/subscribe-dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c
index 0662eed8cd..f4b203ad77 100644
--- a/mail/subscribe-dialog.c
+++ b/mail/subscribe-dialog.c
@@ -684,6 +684,9 @@ fe_sort_folder (ETreeMemory *etmm, ETreePath left, ETreePath right, gpointer use
return strcasecmp (ftree_node_get_name (n_left), ftree_node_get_name (n_right));
}
+
+static void fe_check_for_children (FolderETree *ftree, ETreePath path);
+
/* scanning */
static void
fe_got_children (CamelStore *store, char *prefix, CamelFolderInfo *info, gpointer data)