~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to src/posttls-finger/tlsmgrmem.h

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20140211074430-91tdwgjriazawdz4
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*++
 
2
/* NAME
 
3
/*      tlsmgrmem 3
 
4
/* SUMMARY
 
5
/*      Memory-based TLS manager interface for tlsfinger(1).
 
6
/* SYNOPSIS
 
7
/*      #include <tlsmgrmem.h>
 
8
/* DESCRIPTION
 
9
/* .nf
 
10
 
 
11
 /* External interface. */
 
12
 
 
13
extern void tlsmgrmem_disable(void);
 
14
extern void tlsmgrmem_status(int *, int *, int *);
 
15
extern void tlsmgrmem_flush(void);
 
16
 
 
17
/* LICENSE
 
18
/* .ad
 
19
/* .fi
 
20
/*      The Secure Mailer license must be distributed with this software.
 
21
/* AUTHOR(S)
 
22
/*      Wietse Venema
 
23
/*      IBM T.J. Watson Research
 
24
/*      P.O. Box 704
 
25
/*      Yorktown Heights, NY 10598, USA
 
26
/*
 
27
/*      Viktor Dukhovni
 
28
/*--*/