Merge from vendor branch GCC:
[dragonfly.git] / contrib / sendmail-8.13.4 / libmilter / docs / xxfi_eoh.html
1 <html>
2 <head><title>xxfi_eoh</title></head>
3 <body>
4 <!--
5 $Id: xxfi_eoh.html,v 1.8 2003/03/05 19:57:55 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=150>SYNOPSIS</th><td>
12 <pre>
13 #include &lt;libmilter/mfapi.h&gt;
14 sfsistat (*xxfi_eoh)(
15         SMFICTX * ctx
16 );
17 </pre>
18 Handle 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">
49 Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
50 All rights reserved.
51 <br>
52 By using this file, you agree to the terms and conditions set
53 forth in the LICENSE.
54 </font>
55 </body>
56 </html>