Postfix3.3.1
smtpd_expand.h
[詳解]
1 /*++
2 /* NAME
3 /* smtpd_expand 3h
4 /* SUMMARY
5 /* SMTP server macro expansion
6 /* SYNOPSIS
7 /* #include <smtpd.h>
8 /* #include <smtpd_expand.h>
9 /* DESCRIPTION
10 /* .nf
11 
12  /*
13  * Utility library.
14  */
15 #include <vstring.h>
16 #include <mac_expand.h>
17 
18  /*
19  * External interface.
20  */
22 void smtpd_expand_init(void);
23 const char *smtpd_expand_lookup(const char *, int, void *);
24 int smtpd_expand(SMTPD_STATE *, VSTRING *, const char *, int);
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 /*--*/
VSTRING * smtpd_expand_filter
Definition: smtpd_expand.h:21
void smtpd_expand_init(void)
Definition: smtpd_expand.c:89
const char * smtpd_expand_lookup(const char *, int, void *)
Definition: smtpd_expand.c:174
int smtpd_expand(SMTPD_STATE *, VSTRING *, const char *, int)
Definition: smtpd_expand.c:242