1 #ifndef _SLRN_SRC_PARSE2822_H_
2 #define _SLRN_SRC_PARSE2822_H_
3 /*
4  This file is part of SLRN.
5 
6  Copyright (c) 2009-2016 John E. Davis <jed@jedsoft.org>
7 
8  This program is free software; you can redistribute it and/or modify it
9  under the terms of the GNU General Public License as published by the Free
10  Software Foundation; either version 2 of the License, or (at your option)
11  any later version.
12 
13  This program is distributed in the hope that it will be useful, but WITHOUT
14  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
15  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
16  more details.
17 
18  You should have received a copy of the GNU General Public License along
19  with this program; if not, write to the Free Software Foundation, Inc.,
20  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21 */
22 
23 extern char *slrn_parse_rfc2822_addr (char *header, char **errmsg);
24 
25 #endif
26