Postfix3.3.1
debug_peer.h
[詳解]
1 #ifndef _DEBUG_PEER_H_INCLUDED_
2 #define _DEBUG_PEER_H_INCLUDED_
3 /*++
4 /* NAME
5 /* debug_peer 3h
6 /* SUMMARY
7 /* increase verbose logging for specific peers
8 /* SYNOPSIS
9 /* #include <debug_peer.h>
10 /* DESCRIPTION
11 /* .nf
12 
13  /*
14  * External interface.
15  */
16 extern void debug_peer_init(void);
17 extern int debug_peer_check(const char *, const char *);
18 extern void debug_peer_restore(void);
19 
20 /* LICENSE
21 /* .ad
22 /* .fi
23 /* The Secure Mailer license must be distributed with this software.
24 /* AUTHOR(S)
25 /* Wietse Venema
26 /* IBM T.J. Watson Research
27 /* P.O. Box 704
28 /* Yorktown Heights, NY 10598, USA
29 /*--*/
30 
31 #endif
void debug_peer_restore(void)
Definition: debug_peer.c:127
void debug_peer_init(void)
Definition: debug_peer.c:83
int debug_peer_check(const char *, const char *)
Definition: debug_peer.c:109