aboutsummaryrefslogtreecommitdiff
path: root/src/import.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-08-11 06:58:09 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2009-08-11 06:58:09 +0000
commit88da59dbb4090dbcd8721706d186d9be0d47573b (patch)
treee986cf2d23d5dc9959c805c885ab24d836c4dd59 /src/import.h
parentd74842968bf33f5de49413bacdaa6ff7ecce2966 (diff)
show progress bar on export. modified menu label and function names.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2205 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/import.h')
-rw-r--r--src/import.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import.h b/src/import.h
index 64d8421f..ea121c86 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-2001 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2009 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
@@ -24,6 +24,6 @@
#include "folder.h"
-gint import_mbox(FolderItem *default_dest);
+gint import_mail(FolderItem *default_dest);
#endif /* __IMPORT_H__ */