1 /* $NetBSD: smtp_reuse.h,v 1.1.1.2 2014/07/06 19:27:56 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 *, int, int); 17 extern SMTP_SESSION *smtp_reuse_nexthop(SMTP_STATE *, int); 18 extern SMTP_SESSION *smtp_reuse_addr(SMTP_STATE *, int); 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