No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / percentm.h
blobfabdc1ee27a2772ff0405a214c0891def1217391
1 /* $NetBSD$ */
3 #ifndef _PERCENT_H_INCLUDED_
4 #define _PERCENT_H_INCLUDED_
6 /*++
7 /* NAME
8 /* percentm 3h
9 /* SUMMARY
10 /* expand %m embedded in string to system error text
11 /* SYNOPSIS
12 /* #include <percentm.h>
13 /* DESCRIPTION
14 /* .nf
17 * External interface.
19 extern char *percentm(const char *, int);
21 /* HISTORY
22 /* .ad
23 /* .fi
24 /* A percentm() routine appears in the TCP Wrapper software
25 /* by Wietse Venema.
26 /* LICENSE
27 /* .ad
28 /* .fi
29 /* The Secure Mailer license must be distributed with this software.
30 /* AUTHOR(S)
31 /* Wietse Venema
32 /* IBM T.J. Watson Research
33 /* P.O. Box 704
34 /* Yorktown Heights, NY 10598, USA
35 /*--*/
37 #endif