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