Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / opened.h
blob0480f5dc64830492d733c67d86be6bcd3944a76e
1 /* $NetBSD$ */
3 #ifndef _OPENED_H_INCLUDED_
4 #define _OPENED_H_INCLUDED_
6 /*++
7 /* NAME
8 /* opened 3h
9 /* SUMMARY
10 /* log that a message was opened
11 /* SYNOPSIS
12 /* #include <opened.h>
13 /* DESCRIPTION
14 /* .nf
17 * System library.
19 #include <stdarg.h>
22 * External interface.
24 extern void PRINTFLIKE(5, 6) opened(const char *, const char *, long, int,
25 const char *,...);
26 extern void vopened(const char *, const char *, long, int,
27 const char *, va_list);
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