Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / mail_task.h
blob1c2db44122f6b35a2c0b9a0cdd9ca9c44ff6da29
1 /* $NetBSD$ */
3 #ifndef _MAIL_TASK_H_INCLUDED_
4 #define _MAIL_TASK_H_INCLUDED_
6 /*++
7 /* NAME
8 /* mail_task 3h
9 /* SUMMARY
10 /* canonicalize process name
11 /* SYNOPSIS
12 /* #include <mail_task.h>
13 /* DESCRIPTION
14 /* .nf
16 /* External interface. */
18 extern const char *mail_task(const char *);
20 /* LICENSE
21 /* .ad
22 /* .fi
23 /* The Secure Mailer license must be distributed with this software.
24 /* AUTHOR(S)
25 /* Wietse Venema
26 /* IBM T.J. Watson Research
27 /* P.O. Box 704
28 /* Yorktown Heights, NY 10598, USA
29 /*--*/
31 #endif