From 48f9f186fc277c98caed5a0431ed8645ca48388b Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 28 Mar 2003 16:39:33 +0000 Subject: Declare a prototype for this function prior to fe_got_children() so that 2003-03-28 Jeffrey Stedfast * 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 --- mail/ChangeLog | 6 ++++++ mail/subscribe-dialog.c | 3 +++ 2 files changed, 9 insertions(+) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index fa6f066c23..cc21b1179e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2003-03-28 Jeffrey Stedfast + + * 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. + 2003-03-26 Dan Winship * mail-format.c (write_address): remove extra arg to 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) -- cgit v1.2.3