~ubuntu-branches/ubuntu/hoary/postfix/hoary-security

« back to all changes in this revision

Viewing changes to src/global/debug_peer.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-10-06 11:50:33 UTC
  • Revision ID: james.westby@ubuntu.com-20041006115033-ooo6yfg6kmoteu04
Tags: upstream-2.1.3
ImportĀ upstreamĀ versionĀ 2.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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