xref: /netbsd-src/external/ibm-public/postfix/dist/src/postscreen/postscreen_haproxy.h (revision 33881f779a77dce6440bdc44610d94de75bebefe)
1 /*	$NetBSD: postscreen_haproxy.h,v 1.2 2020/03/18 19:05:19 christos 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 /*	Wietse Venema
29 /*	Google, Inc.
30 /*	111 8th Avenue
31 /*	New York, NY 10011, USA
32 /*--*/
33