X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mutt_idna.h;h=846243518f2525265cacfca73dfc83a7cfae3bd1;hp=4b4851629eeb695812e8672512bf2c1512630672;hb=8405d0fd3a83943d112b4a180cea3fc318a28a01;hpb=f404a0ca916be07049af51a3022baaaaab94def6 diff --git a/mutt_idna.h b/mutt_idna.h index 4b48516..8462435 100644 --- a/mutt_idna.h +++ b/mutt_idna.h @@ -1,20 +1,11 @@ /* + * 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 # define _MUTT_IDNA_H @@ -37,7 +28,7 @@ int mutt_addrlist_to_local (ADDRESS *); void mutt_env_to_local (ENVELOPE *); int mutt_env_to_idna (ENVELOPE *, char **, char **); -const char *mutt_addr_for_display (ADDRESS *a); +const char *mutt_addr_for_display (ADDRESS * a); /* Work around incompatibilities in the libidn API */