aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/local/camel-mbox-folder.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/local/camel-mbox-folder.h')
-rw-r--r--camel/providers/local/camel-mbox-folder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/providers/local/camel-mbox-folder.h b/camel/providers/local/camel-mbox-folder.h
index aa0b67201f..fa76001849 100644
--- a/camel/providers/local/camel-mbox-folder.h
+++ b/camel/providers/local/camel-mbox-folder.h
@@ -55,6 +55,10 @@ CamelFolder *camel_mbox_folder_new(CamelStore *parent_store, const char *full_na
/* Standard Camel function */
CamelType camel_mbox_folder_get_type(void);
+/* utilities */
+char *camel_mbox_folder_get_full_path (CamelLocalFolder *lf, const char *toplevel_dir, const char *full_name);
+char *camel_mbox_folder_get_meta_path (CamelLocalFolder *lf, const char *toplevel_dir, const char *full_name, const char *ext);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */