1/*++
2/* NAME
3/*	smtp_reuse 3h
4/* SUMMARY
5/*	SMTP session cache glue
6/* SYNOPSIS
7/*	#include <smtp_reuse.h>
8/* DESCRIPTION
9/* .nf
10
11 /*
12  * Internal interfaces.
13  */
14extern void smtp_save_session(SMTP_STATE *, int, int);
15extern SMTP_SESSION *smtp_reuse_nexthop(SMTP_STATE *, int);
16extern SMTP_SESSION *smtp_reuse_addr(SMTP_STATE *, int);
17
18/* LICENSE
19/* .ad
20/* .fi
21/*	The Secure Mailer license must be distributed with this software.
22/* AUTHOR(S)
23/*	Wietse Venema
24/*	IBM T.J. Watson Research
25/*	P.O. Box 704
26/*	Yorktown Heights, NY 10598, USA
27/*--*/
28