xref: /netbsd-src/external/ibm-public/postfix/dist/src/global/mail_addr_crunch.h (revision 7788a0781fe6ff2cce37368b4578a7ade0850cb1)
1 /*	$NetBSD: mail_addr_crunch.h,v 1.1.1.1 2009/06/23 10:08:46 tron Exp $	*/
2 
3 #ifndef _MAIL_ADDR_CRUNCH_H_INCLUDED_
4 #define _MAIL_ADDR_CRUNCH_H_INCLUDED_
5 
6 /*++
7 /* NAME
8 /*	mail_addr_crunch 3h
9 /* SUMMARY
10 /*	parse and canonicalize addresses, apply address extension
11 /* SYNOPSIS
12 /*	#include <mail_addr_crunch.h>
13 /* DESCRIPTION
14 /* .nf
15 
16  /*
17   * Utility library.
18   */
19 #include <argv.h>
20 
21  /*
22   * External interface.
23   */
24 extern ARGV *mail_addr_crunch(const char *, const char *);
25 
26 /* LICENSE
27 /* .ad
28 /* .fi
29 /*	The Secure Mailer license must be distributed with this software.
30 /* AUTHOR(S)
31 /*	Wietse Venema
32 /*	IBM T.J. Watson Research
33 /*	P.O. Box 704
34 /*	Yorktown Heights, NY 10598, USA
35 /*--*/
36 
37 #endif
38