1<html> 2<head><title>xxfi_eoh</title></head> 3<body> 4<h1>xxfi_eoh</h1> 5 6<table border="0" cellspacing=4 cellpadding=4> 7<!---------- Synopsis -----------> 8<tr><th valign="top" align=left width=150>SYNOPSIS</th><td> 9<pre> 10#include <libmilter/mfapi.h> 11sfsistat (*xxfi_eoh)( 12 SMFICTX * ctx 13); 14</pre> 15Handle the end of message headers. 16</td></tr> 17 18<!----------- Description ----------> 19<tr><th valign="top" align=left>DESCRIPTION</th><td> 20<table border="1" cellspacing=1 cellpadding=4> 21<tr align="left" valign=top> 22<th width="80">Called When</th> 23<td>xxfi_eoh is called once after all headers have been sent and processed. 24</td> 25</tr> 26<tr align="left" valign=top> 27<th>Default Behavior</th> 28<td>Do nothing; return SMFIS_CONTINUE.</td> 29</tr> 30</table> 31 32<!----------- Arguments ----------> 33<tr><th valign="top" align=left>ARGUMENTS</th><td> 34 <table border="1" cellspacing=0> 35 <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr> 36 <tr valign="top"><td>ctx</td> 37 <td>Opaque context structure. 38 </td></tr> 39 </table> 40</td></tr> 41 42</table> 43 44<hr size="1"> 45<font size="-1"> 46Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers. 47All rights reserved. 48<br> 49By using this file, you agree to the terms and conditions set 50forth in the LICENSE. 51</font> 52</body> 53</html> 54