diff options
Diffstat (limited to 'src/import.h')
-rw-r--r-- | src/import.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/import.h b/src/import.h index ea121c86..c9dd4ef8 100644 --- a/src/import.h +++ b/src/import.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2009 Hiroyuki Yamamoto + * Copyright (C) 1999-2010 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,4 +26,6 @@ gint import_mail(FolderItem *default_dest); +gint import_dbx_folders(FolderItem *dest, const gchar *path); + #endif /* __IMPORT_H__ */ |