Deleted Added
full compact
xxfi_eoh.html (132943) xxfi_eoh.html (168515)
1<html>
2<head><title>xxfi_eoh</title></head>
3<body>
1<HTML>
2<HEAD><TITLE>xxfi_eoh</TITLE></HEAD>
3<BODY>
4<!--
4<!--
5$Id: xxfi_eoh.html,v 1.8 2003/03/05 19:57:55 ca Exp $
5$Id: xxfi_eoh.html,v 1.11 2006/12/21 18:30:35 ca Exp $
6-->
6-->
7<h1>xxfi_eoh</h1>
7<H1>xxfi_eoh</H1>
8
8
9<table border="0" cellspacing=4 cellpadding=4>
9<TABLE border="0" cellspacing=4 cellpadding=4>
10<!---------- Synopsis ----------->
10<!---------- Synopsis ----------->
11<tr><th valign="top" align=left width=150>SYNOPSIS</th><td>
12<pre>
11<TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
12<PRE>
13#include &lt;libmilter/mfapi.h&gt;
14sfsistat (*xxfi_eoh)(
13#include &lt;libmilter/mfapi.h&gt;
14sfsistat (*xxfi_eoh)(
15 SMFICTX * ctx
15 SMFICTX *ctx
16);
16);
17</pre>
17</PRE>
18Handle the end of message headers.
18Handle the end of message headers.
19</td></tr>
19</TD></TR>
20
21<!----------- Description ---------->
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>
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 ---------->
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>
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
44
45</table>
45</TABLE>
46
46
47<hr size="1">
48<font size="-1">
47<HR size="1">
48<FONT size="-1">
49Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
50All rights reserved.
49Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
50All rights reserved.
51<br>
51<BR>
52By using this file, you agree to the terms and conditions set
53forth in the LICENSE.
52By using this file, you agree to the terms and conditions set
53forth in the LICENSE.
54</font>
55</body>
56</html>
54</FONT>
55</BODY>
56</HTML>