xxfi_eoh.html revision 261363
1<HTML>
2<HEAD><TITLE>xxfi_eoh</TITLE></HEAD>
3<BODY>
4<!--
5$Id: xxfi_eoh.html,v 1.12 2013/11/22 20:51:39 ca Exp $
6-->
7<H1>xxfi_eoh</H1>
8
9<TABLE border="0" cellspacing=4 cellpadding=4>
10<!---------- Synopsis ----------->
11<TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
12<PRE>
13#include &lt;libmilter/mfapi.h&gt;
14sfsistat (*xxfi_eoh)(
15	SMFICTX *ctx
16);
17</PRE>
18Handle the end of message headers.
19</TD></TR>
20
21<!----------- Description ---------->
22<TR><TH valign="top" align=left>DESCRIPTION</TH><TD>
23<TABLE border="1" cellspacing=1 cellpadding=4>
24<TR align="left" valign=top>
25<TH width="80">Called When</TH>
26<TD>xxfi_eoh is called once after all headers have been sent and processed.
27</TD>
28</TR>
29<TR align="left" valign=top>
30<TH>Default Behavior</TH>
31<TD>Do nothing; return SMFIS_CONTINUE.</TD>
32</TR>
33</TABLE>
34
35<!----------- Arguments ---------->
36<TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
37    <TABLE border="1" cellspacing=0>
38    <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR>
39    <TR valign="top"><TD>ctx</TD>
40	<TD>Opaque context structure.
41	</TD></TR>
42    </TABLE>
43</TD></TR>
44
45</TABLE>
46
47<HR size="1">
48<FONT size="-1">
49Copyright (c) 2000, 2003 Proofpoint, Inc. and its suppliers.
50All rights reserved.
51<BR>
52By using this file, you agree to the terms and conditions set
53forth in the LICENSE.
54</FONT>
55</BODY>
56</HTML>
57