X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_idna.h;h=508f2004fa62ba7c48ad4495e856c6ce3723c0ae;hp=606ab6b02437a904b51c7a44566b2d0511f9efa1;hb=53186676acf2c3b5509a614433eb00a2087cd4ec;hpb=df70e07e24add1869bcc9b7af2277d9d0c09a281 diff --git a/mutt_idna.h b/mutt_idna.h index 606ab6b..508f200 100644 --- a/mutt_idna.h +++ b/mutt_idna.h @@ -1,19 +1,10 @@ /* + * Copyright notice from original mutt: * Copyright (C) 2003 Thomas Roessler - * - * 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 @@ -35,7 +26,7 @@ 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);