Sync usage with man page.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / quote_821_local.h
bloba4baf3fdfaf4945269a246f811f2c708da1c2d87
1 /* $NetBSD$ */
3 /*++
4 /* NAME
5 /* quote_821_local 3h
6 /* SUMMARY
7 /* quote rfc 821 local part
8 /* SYNOPSIS
9 /* #include "quote_821_local.h"
10 /* DESCRIPTION
11 /* .nf
14 * Utility library.
16 #include <vstring.h>
19 * Global library.
21 #include <quote_flags.h>
24 * External interface.
26 extern VSTRING *quote_821_local_flags(VSTRING *, const char *, int);
27 #define quote_821_local(dst, src) \
28 quote_821_local_flags((dst), (src), QUOTE_FLAG_8BITCLEAN)
30 /* LICENSE
31 /* .ad
32 /* .fi
33 /* The Secure Mailer license must be distributed with this software.
34 /* AUTHOR(S)
35 /* Wietse Venema
36 /* IBM T.J. Watson Research
37 /* P.O. Box 704
38 /* Yorktown Heights, NY 10598, USA
39 /*--*/