Postfix3.3.1
mail_dict.h
[詳解]
1 /*++
2 /* NAME
3 /* mail_dict 3h
4 /* SUMMARY
5 /* register application-specific dictionaries
6 /* SYNOPSIS
7 /* #include <mail_dict.h>
8 /* DESCRIPTION
9 /* .nf
10 
11  /*
12  * External interface.
13  */
14 extern void mail_dict_init(void);
15 
16 /* LICENSE
17 /* .ad
18 /* .fi
19 /* The Secure Mailer license must be distributed with this software.
20 /* AUTHOR(S)
21 /* Wietse Venema
22 /* IBM T.J. Watson Research
23 /* P.O. Box 704
24 /* Yorktown Heights, NY 10598, USA
25 /*--*/
void mail_dict_init(void)
Definition: mail_dict.c:81