aboutsummaryrefslogtreecommitdiff
path: root/src/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/export.h')
-rw-r--r--src/export.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/export.h b/src/export.h
index 34d73a06..db16466e 100644
--- a/src/export.h
+++ b/src/export.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 export_mbox(FolderItem *default_src);
+gint export_mail(FolderItem *default_src);
#endif /* __EXPORT_H__ */