1168515Sgshapiro<HTML>
2168515Sgshapiro<HEAD><TITLE>smfi_setdbg</TITLE></HEAD>
3168515Sgshapiro<BODY>
4132943Sgshapiro<!--
5168515Sgshapiro$Id: smfi_setdbg.html,v 1.3 2006/12/21 18:30:35 ca Exp $
6132943Sgshapiro-->
7168515Sgshapiro<H1>smfi_setdbg</H1>
8132943Sgshapiro
9168515Sgshapiro<TABLE border="0" cellspacing=4 cellpadding=4>
10132943Sgshapiro<!---------- Synopsis ----------->
11168515Sgshapiro<TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
12168515Sgshapiro<PRE>
13132943Sgshapiro#include &lt;libmilter/mfapi.h&gt;
14132943Sgshapiroint smfi_setdbg(
15132943Sgshapiro	int level;
16132943Sgshapiro);
17168515Sgshapiro</PRE>
18132943SgshapiroSet the debugging (tracing) level for the milter library.
19168515Sgshapiro</TD></TR>
20132943Sgshapiro
21132943Sgshapiro<!----------- Description ---------->
22168515Sgshapiro<TR><TH valign="top" align=left>DESCRIPTION</TH><TD>
23168515Sgshapiro<TABLE border="1" cellspacing=1 cellpadding=4>
24168515Sgshapiro<TR align="left" valign=top>
25168515Sgshapiro<TH width="80">Called When</TH>
26168515Sgshapiro<TD>Called from any any routine at any time.</TD>
27168515Sgshapiro</TR>
28168515Sgshapiro<TR align="left" valign=top>
29168515Sgshapiro<TH width="80">Effects</TH>
30168515Sgshapiro<TD>smfi_setdbg sets the milter library's internal debugging level
31132943Sgshapiroto a new level so that code details may be traced.
32132943SgshapiroA level of zero turns off debugging. The greater
33132943Sgshapiro(more positive) the level the more detailed the debugging. Six is
34168515Sgshapirothe current, highest, useful value.</TD>
35168515Sgshapiro</TR>
36168515Sgshapiro</TABLE>
37132943Sgshapiro
38132943Sgshapiro<!----------- Arguments ---------->
39168515Sgshapiro<TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
40168515Sgshapiro    <TABLE border="1" cellspacing=0>
41168515Sgshapiro    <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR>
42168515Sgshapiro    <TR valign="top"><TD>level</TD>
43168515Sgshapiro	<TD>The new debugging level
44168515Sgshapiro	</TD></TR>
45168515Sgshapiro    </TABLE>
46168515Sgshapiro</TD></TR>
47132943Sgshapiro
48132943Sgshapiro<!----------- Return values ---------->
49168515Sgshapiro<TR>
50168515Sgshapiro<TH valign="top" align=left>RETURN VALUES</TH> 
51132943Sgshapiro
52168515Sgshapiro<TD>smfi_setdbg returns MI_SUCCESS by default.
53168515Sgshapiro</TD>
54168515Sgshapiro</TR>
55132943Sgshapiro
56168515Sgshapiro</TABLE>
57132943Sgshapiro
58168515Sgshapiro<HR size="1">
59168515Sgshapiro<FONT size="-1">
60132943SgshapiroCopyright (c) 2003 Sendmail, Inc. and its suppliers.
61132943SgshapiroAll rights reserved.
62168515Sgshapiro<BR>
63132943SgshapiroBy using this file, you agree to the terms and conditions set
64132943Sgshapiroforth in the LICENSE.
65168515Sgshapiro</FONT>
66168515Sgshapiro</BODY>
67168515Sgshapiro</HTML>
68