xref: /netbsd-src/external/ibm-public/postfix/dist/src/global/verify.h (revision 179b12252ecaf3553d9c2b7458ce62b6a2203d0c)
1 /*	$NetBSD: verify.h,v 1.1.1.1 2009/06/23 10:08:48 tron Exp $	*/
2 
3 #ifndef _VERIFY_H_INCLUDED_
4 #define _VERIFY_H_INCLUDED_
5 
6 /*++
7 /* NAME
8 /*	verify 3h
9 /* SUMMARY
10 /*	update user message delivery record
11 /* SYNOPSIS
12 /*	#include <verify.h>
13 /* DESCRIPTION
14 /* .nf
15 
16  /*
17   * System library.
18   */
19 #include <time.h>
20 
21  /*
22   * Global library.
23   */
24 #include <deliver_request.h>
25 
26  /*
27   * External interface.
28   */
29 extern int verify_append(const char *, MSG_STATS *, RECIPIENT *,
30 			         const char *, DSN *, int);
31 
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 /*--*/
42 
43 #endif
44