Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / sent.h
blob86a39bb206da2535b6b47768cc156207015001eb
1 /* $NetBSD$ */
3 #ifndef _SENT_H_INCLUDED_
4 #define _SENT_H_INCLUDED_
6 /*++
7 /* NAME
8 /* sent 3h
9 /* SUMMARY
10 /* log that message was sent
11 /* SYNOPSIS
12 /* #include <sent.h>
13 /* DESCRIPTION
14 /* .nf
17 * System library.
19 #include <time.h>
20 #include <stdarg.h>
23 * Global library.
25 #include <deliver_request.h>
26 #include <bounce.h>
29 * External interface.
31 #define SENT_FLAG_NONE (0)
33 extern int sent(int, const char *, MSG_STATS *, RECIPIENT *, const char *,
34 DSN *);
36 /* LICENSE
37 /* .ad
38 /* .fi
39 /* The Secure Mailer license must be distributed with this software.
40 /* AUTHOR(S)
41 /* Wietse Venema
42 /* IBM T.J. Watson Research
43 /* P.O. Box 704
44 /* Yorktown Heights, NY 10598, USA
45 /*--*/
47 #endif