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