~ubuntu-branches/ubuntu/trusty/postfix/trusty-proposed

« back to all changes in this revision

Viewing changes to src/global/mail_dict.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-02-27 09:33:07 UTC
  • Revision ID: james.westby@ubuntu.com-20050227093307-cn789t27ibnlh6tf
Tags: upstream-2.1.5
ImportĀ upstreamĀ versionĀ 2.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
/*--*/