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