xref: /netbsd-src/external/ibm-public/postfix/dist/src/smtp/smtp_reuse.h (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1 /*	$NetBSD: smtp_reuse.h,v 1.1.1.1 2009/06/23 10:08:54 tron Exp $	*/
2 
3 /*++
4 /* NAME
5 /*	smtp_reuse 3h
6 /* SUMMARY
7 /*	SMTP session cache glue
8 /* SYNOPSIS
9 /*	#include <smtp_reuse.h>
10 /* DESCRIPTION
11 /* .nf
12 
13  /*
14   * Internal interfaces.
15   */
16 extern void smtp_save_session(SMTP_STATE *);
17 extern SMTP_SESSION *smtp_reuse_domain(SMTP_STATE *, int, const char *, unsigned);
18 extern SMTP_SESSION *smtp_reuse_addr(SMTP_STATE *, const char *, unsigned);
19 
20 /* LICENSE
21 /* .ad
22 /* .fi
23 /*	The Secure Mailer license must be distributed with this software.
24 /* AUTHOR(S)
25 /*	Wietse Venema
26 /*	IBM T.J. Watson Research
27 /*	P.O. Box 704
28 /*	Yorktown Heights, NY 10598, USA
29 /*--*/
30