xref: /netbsd-src/external/ibm-public/postfix/dist/src/postscreen/postscreen_haproxy.h (revision 413d532bcc3f62d122e56d92e13ac64825a40baf)
1 /*	$NetBSD: postscreen_haproxy.h,v 1.1.1.1 2013/09/25 19:06:33 tron Exp $	*/
2 
3 /*++
4 /* NAME
5 /*	postscreen_haproxy 3h
6 /* SUMMARY
7 /*	postscreen haproxy protocol support
8 /* SYNOPSIS
9 /*	#include <postscreen_haproxy.h>
10 /* DESCRIPTION
11 /* .nf
12 
13  /*
14   * haproxy protocol interface.
15   */
16 extern void psc_endpt_haproxy_lookup(VSTREAM *, PSC_ENDPT_LOOKUP_FN);
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