1 /*	$NetBSD: log_adhoc.h,v 1.1.1.1 2009/06/23 10:08:46 tron Exp $	*/
2 
3 #ifndef _LOG_ADHOC_H_INCLUDED_
4 #define _LOG_ADHOC_H_INCLUDED_
5 
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
15 
16  /*
17   * System library.
18   */
19 #include <time.h>
20 
21  /*
22   * Global library.
23   */
24 #include <recipient_list.h>
25 #include <dsn.h>
26 #include <msg_stats.h>
27 
28  /*
29   * Client interface.
30   */
31 extern void log_adhoc(const char *, MSG_STATS *, RECIPIENT *, const char *,
32 		              DSN *, const char *);
33 
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 /*--*/
44 
45 #endif
46