Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / smtp / smtp_reuse.h
blob26aedb1c0771f0515d802ba53e1aae8b9721b52c
1 /* $NetBSD$ */
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
14 * Internal interfaces.
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);
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 /*--*/