1168515Sgshapiro<HTML>
2168515Sgshapiro<HEAD><TITLE>xxfi_eoh</TITLE></HEAD>
3168515Sgshapiro<BODY>
4132943Sgshapiro<!--
5266692Sgshapiro$Id: xxfi_eoh.html,v 1.12 2013-11-22 20:51:39 ca Exp $
6132943Sgshapiro-->
7168515Sgshapiro<H1>xxfi_eoh</H1>
890792Sgshapiro
9168515Sgshapiro<TABLE border="0" cellspacing=4 cellpadding=4>
1090792Sgshapiro<!---------- Synopsis ----------->
11168515Sgshapiro<TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
12168515Sgshapiro<PRE>
1390792Sgshapiro#include &lt;libmilter/mfapi.h&gt;
1490792Sgshapirosfsistat (*xxfi_eoh)(
15168515Sgshapiro	SMFICTX *ctx
1690792Sgshapiro);
17168515Sgshapiro</PRE>
1890792SgshapiroHandle the end of message headers.
19168515Sgshapiro</TD></TR>
2090792Sgshapiro
2190792Sgshapiro<!----------- Description ---------->
22168515Sgshapiro<TR><TH valign="top" align=left>DESCRIPTION</TH><TD>
23168515Sgshapiro<TABLE border="1" cellspacing=1 cellpadding=4>
24168515Sgshapiro<TR align="left" valign=top>
25168515Sgshapiro<TH width="80">Called When</TH>
26168515Sgshapiro<TD>xxfi_eoh is called once after all headers have been sent and processed.
27168515Sgshapiro</TD>
28168515Sgshapiro</TR>
29168515Sgshapiro<TR align="left" valign=top>
30168515Sgshapiro<TH>Default Behavior</TH>
31168515Sgshapiro<TD>Do nothing; return SMFIS_CONTINUE.</TD>
32168515Sgshapiro</TR>
33168515Sgshapiro</TABLE>
3490792Sgshapiro
3590792Sgshapiro<!----------- Arguments ---------->
36168515Sgshapiro<TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
37168515Sgshapiro    <TABLE border="1" cellspacing=0>
38168515Sgshapiro    <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR>
39168515Sgshapiro    <TR valign="top"><TD>ctx</TD>
40168515Sgshapiro	<TD>Opaque context structure.
41168515Sgshapiro	</TD></TR>
42168515Sgshapiro    </TABLE>
43168515Sgshapiro</TD></TR>
4490792Sgshapiro
45168515Sgshapiro</TABLE>
4690792Sgshapiro
47168515Sgshapiro<HR size="1">
48168515Sgshapiro<FONT size="-1">
49261363SgshapiroCopyright (c) 2000, 2003 Proofpoint, Inc. and its suppliers.
5090792SgshapiroAll rights reserved.
51168515Sgshapiro<BR>
5290792SgshapiroBy using this file, you agree to the terms and conditions set
53112810Sgshapiroforth in the LICENSE.
54168515Sgshapiro</FONT>
55168515Sgshapiro</BODY>
56168515Sgshapiro</HTML>
57