]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/sendmail/libmilter/docs/smfi_getpriv.html
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / sendmail / libmilter / docs / smfi_getpriv.html
1 <HTML>
2 <HEAD><TITLE>smfi_getpriv</TITLE></HEAD>
3 <BODY>
4 <!--
5 $Id: smfi_getpriv.html,v 1.9 2006/12/21 18:30:35 ca Exp $
6 -->
7 <H1>smfi_getpriv</H1>
8
9 <TABLE border="0" cellspacing=4 cellpadding=4>
10 <!---------- Synopsis ----------->
11 <TR><TH valign="top" align=left width=100>SYNOPSIS</TH><TD>
12 <PRE>
13 #include &lt;libmilter/mfapi.h&gt;
14 void* smfi_getpriv(
15         SMFICTX *ctx
16 );
17 </PRE>
18 Get the connection-specific data pointer for this connection.
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>smfi_getpriv may be called in any of the xxfi_* callbacks.</TD>
27 </TR>
28 <TR align="left" valign=top>
29 <TH width="80">Effects</TH>
30 <TD>None.</TD>
31 </TR>
32 </TABLE>
33
34 <!----------- Arguments ---------->
35 <TR><TH valign="top" align=left>ARGUMENTS</TH><TD>
36     <TABLE border="1" cellspacing=0>
37     <TR bgcolor="#dddddd"><TH>Argument</TH><TH>Description</TH></TR>
38     <TR valign="top"><TD>ctx</TD>
39         <TD>Opaque context structure.
40         </TD></TR>
41     </TABLE>
42 </TD></TR>
43
44 <!----------- Return values ---------->
45 <TR>
46 <TH valign="top" align=left>RETURN VALUES</TH> 
47
48 <TD>smfi_getpriv returns the private data pointer stored by a prior call to <A href="smfi_setpriv.html">smfi_setpriv</A>, or NULL if none has been set.</TD>
49 </TR>
50
51 </TABLE>
52
53 <HR size="1">
54 <FONT size="-1">
55 Copyright (c) 2000, 2003 Sendmail, Inc. and its suppliers.
56 All rights reserved.
57 <BR>
58 By using this file, you agree to the terms and conditions set
59 forth in the LICENSE.
60 </FONT>
61 </BODY>
62 </HTML>