Deleted Added
full compact
xxfi_header.html (132943) xxfi_header.html (159609)
1<html>
2<head><title>xxfi_header</title></head>
3<body>
4<!--
1<html>
2<head><title>xxfi_header</title></head>
3<body>
4<!--
5$Id: xxfi_header.html,v 1.10 2003/03/05 19:57:55 ca Exp $
5$Id: xxfi_header.html,v 1.11 2006/04/05 17:10:43 ca Exp $
6-->
7<h1>xxfi_header</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;

--- 25 unchanged lines hidden (view full) ---

39 <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr>
40 <tr valign="top"><td>ctx</td>
41 <td>Opaque context structure.
42 </td></tr>
43 <tr valign="top"><td>headerf</td>
44 <td> Header field name.
45 </td></tr>
46 <tr valign="top"><td>headerv</td>
6-->
7<h1>xxfi_header</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;

--- 25 unchanged lines hidden (view full) ---

39 <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr>
40 <tr valign="top"><td>ctx</td>
41 <td>Opaque context structure.
42 </td></tr>
43 <tr valign="top"><td>headerf</td>
44 <td> Header field name.
45 </td></tr>
46 <tr valign="top"><td>headerv</td>
47 <td>Header field value. The
48 content of the header may include folded white space (i.e. multiple
49 lines with following white space). The trailing line terminator (CR/LF)
50 is removed.
47 Header field value.
48 The content of the header may include folded white space,
49 i.e., multiple lines with following white space
50 where lines are separated by LF (not CR/LF).
51 The trailing line terminator (CR/LF) is removed.
51 </td></tr>
52 </table>
53</td></tr>
54
55<!----------- Notes ---------->
56<tr>
57<th valign="top" align=left>NOTES</th>
58<td>
59<ul>
60<li>Later filters will see header changes/additions made by earlier ones.
61<li>For much more detail about header format, please see
62RFC <a href="http://www.rfc-editor.org/rfc/rfc822.html">822</a>
63</ul>
64</td>
65</tr>
66</table>
67
68<hr size="1">
69<font size="-1">
52 </td></tr>
53 </table>
54</td></tr>
55
56<!----------- Notes ---------->
57<tr>
58<th valign="top" align=left>NOTES</th>
59<td>
60<ul>
61<li>Later filters will see header changes/additions made by earlier ones.
62<li>For much more detail about header format, please see
63RFC <a href="http://www.rfc-editor.org/rfc/rfc822.html">822</a>
64</ul>
65</td>
66</tr>
67</table>
68
69<hr size="1">
70<font size="-1">
70Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
71Copyright (c) 2000, 2003, 2006 Sendmail, Inc. and its suppliers.
71All rights reserved.
72<br>
73By using this file, you agree to the terms and conditions set
74forth in the LICENSE.
75</font>
76</body>
77</html>
72All rights reserved.
73<br>
74By using this file, you agree to the terms and conditions set
75forth in the LICENSE.
76</font>
77</body>
78</html>