1 /* $NetBSD: mail_dict.h,v 1.1.1.1 2009/06/23 10:08:46 tron Exp $ */ 2 3 /*++ 4 /* NAME 5 /* mail_dict 3h 6 /* SUMMARY 7 /* register application-specific dictionaries 8 /* SYNOPSIS 9 /* #include <mail_dict.h> 10 /* DESCRIPTION 11 /* .nf 12 13 /* 14 * External interface. 15 */ 16 extern void mail_dict_init(void); 17 18 /* LICENSE 19 /* .ad 20 /* .fi 21 /* The Secure Mailer license must be distributed with this software. 22 /* AUTHOR(S) 23 /* Wietse Venema 24 /* IBM T.J. Watson Research 25 /* P.O. Box 704 26 /* Yorktown Heights, NY 10598, USA 27 /*--*/ 28