Sync usage with man page.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / log_adhoc.h
blobfb4cbcafbb78f1ce213a5cde70f0ee8d55d1d2d1
1 /* $NetBSD$ */
3 #ifndef _LOG_ADHOC_H_INCLUDED_
4 #define _LOG_ADHOC_H_INCLUDED_
6 /*++
7 /* NAME
8 /* log_adhoc 3h
9 /* SUMMARY
10 /* ad-hoc delivery event logging
11 /* SYNOPSIS
12 /* #include <log_adhoc.h>
13 /* DESCRIPTION
14 /* .nf
17 * System library.
19 #include <time.h>
22 * Global library.
24 #include <recipient_list.h>
25 #include <dsn.h>
26 #include <msg_stats.h>
29 * Client interface.
31 extern void log_adhoc(const char *, MSG_STATS *, RECIPIENT *, const char *,
32 DSN *, const char *);
34 /* LICENSE
35 /* .ad
36 /* .fi
37 /* The Secure Mailer license must be distributed with this software.
38 /* AUTHOR(S)
39 /* Wietse Venema
40 /* IBM T.J. Watson Research
41 /* P.O. Box 704
42 /* Yorktown Heights, NY 10598, USA
43 /*--*/
45 #endif