2011-01-06 [colin] 3.7.8cvs31
[claws.git] / src / unmime.h
index e5176842b0a469309a198f84f61b7b9d094aa20a..ff725cf4795a3e44de502e2de5373585c65fbf00 100644 (file)
@@ -1,10 +1,10 @@
 /*
  * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2009 Hiroyuki Yamamoto and the Claws Mail team
  *
  * 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
- * the Free Software Foundation; either version 2 of the License, or
+ * the Free Software Foundation; either version 3 of the License, or
  * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful,
@@ -13,8 +13,8 @@
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ * 
  */
 
 #ifndef __UNMIME_H__
@@ -22,6 +22,6 @@
 
 #include <glib.h>
 
-gchar *unmime_header   (const gchar    *encoded_str);
+gchar *unmime_header   (const gchar *encoded_str, gboolean addr_field);
 
 #endif /* __UNMIME_H__ */