Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / trace.h
blob810c1434adf45865ded5f05443c80cd4882ccd1e
1 /* $NetBSD$ */
3 #ifndef _TRACE_H_INCLUDED_
4 #define _TRACE_H_INCLUDED_
6 /*++
7 /* NAME
8 /* trace 3h
9 /* SUMMARY
10 /* update user message delivery record
11 /* SYNOPSIS
12 /* #include <trace.h>
13 /* DESCRIPTION
14 /* .nf
17 * Global library.
19 #include <bounce.h>
22 * External interface.
24 extern int trace_append(int, const char *, MSG_STATS *, RECIPIENT *,
25 const char *, DSN *);
26 extern int trace_flush(int, const char *, const char *, const char *,
27 const char *, const char *, int);
29 /* LICENSE
30 /* .ad
31 /* .fi
32 /* The Secure Mailer license must be distributed with this software.
33 /* AUTHOR(S)
34 /* Wietse Venema
35 /* IBM T.J. Watson Research
36 /* P.O. Box 704
37 /* Yorktown Heights, NY 10598, USA
38 /*--*/
40 #endif