move rfc822.c as well
[apps/madmutt.git] / mutt_idna.h
index 4b48516..1149283 100644 (file)
@@ -1,25 +1,20 @@
 /*
+ * Copyright notice from original mutt:
  * Copyright (C) 2003 Thomas Roessler <roessler@does-not-exist.org>
- * 
- *     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
- *     (at your option) any later version.
- * 
- *     This program is distributed in the hope that it will be useful,
- *     but WITHOUT ANY WARRANTY; without even the implied warranty of
- *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *     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., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
- */ 
+ *
+ * This file is part of mutt-ng, see http://www.muttng.org/.
+ * It's licensed under the GNU General Public License,
+ * please see the file GPL in the top level source directory.
+ */
 
 #ifndef _MUTT_IDNA_H
 # define _MUTT_IDNA_H
 
-#include "rfc822.h"
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <lib-mime/mime.h>
 #include "charset.h"
 
 #ifdef HAVE_LIBIDN
@@ -35,9 +30,9 @@ int mutt_addrlist_to_idna (ADDRESS *, char **);
 int mutt_addrlist_to_local (ADDRESS *);
 
 void mutt_env_to_local (ENVELOPE *);
-int mutt_env_to_idna (ENVELOPE *, char **, char **);
+int mutt_env_to_idna (ENVELOPE *, const char **, const char **);
 
-const char *mutt_addr_for_display (ADDRESS *a);
+const char *mutt_addr_for_display (ADDRESS * a);
 
 /* Work around incompatibilities in the libidn API */