Import sendmail 8.13.8
[dragonfly.git] / contrib / sendmail-8.13.8 / libmilter / docs / smfi_setdbg.html
1 <html>
2 <head><title>smfi_setdbg</title></head>
3 <body>
4 <!--
5 $Id: smfi_setdbg.html,v 1.1 2003/12/03 17:28:49 ca Exp $
6 -->
7 <h1>smfi_setdbg</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 int smfi_setdbg(
15         int level;
16 );
17 </pre>
18 Set the debugging (tracing) level for the milter library.
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>Called from any any routine at any time.</td>
27 </tr>
28 <tr align="left" valign=top>
29 <th width="80">Effects</th>
30 <td>smfi_setdbg sets the milter library's internal debugging level
31 to a new level so that code details may be traced.
32 A level of zero turns off debugging. The greater
33 (more positive) the level the more detailed the debugging. Six is
34 the current, highest, useful value.</td>
35 </tr>
36 </table>
37
38 <!----------- Arguments ---------->
39 <tr><th valign="top" align=left>ARGUMENTS</th><td>
40     <table border="1" cellspacing=0>
41     <tr bgcolor="#dddddd"><th>Argument</th><th>Description</th></tr>
42     <tr valign="top"><td>level</td>
43         <td>The new debugging level
44         </td></tr>
45     </table>
46 </td></tr>
47
48 <!----------- Return values ---------->
49 <tr>
50 <th valign="top" align=left>RETURN VALUES</th> 
51
52 <td>smfi_setdbg returns MI_SUCCESS by default.
53 </td>
54 </tr>
55
56 </table>
57
58 <hr size="1">
59 <font size="-1">
60 Copyright (c) 2003 Sendmail, Inc. and its suppliers.
61 All rights reserved.
62 <br>
63 By using this file, you agree to the terms and conditions set
64 forth in the LICENSE.
65 </font>
66 </body>
67 </html>