No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / global / split_addr.h
blobbb8fd85be45af4e9e8f5a26dcf9b31d6d8e24aa5
1 /* $NetBSD$ */
3 #ifndef _SPLIT_ADDR_H_INCLUDED_
4 #define _SPLIT_ADDR_H_INCLUDED_
6 /*++
7 /* NAME
8 /* split_addr 3h
9 /* SUMMARY
10 /* recipient localpart address splitter
11 /* SYNOPSIS
12 /* #include <split_addr.h>
13 /* DESCRIPTION
14 /* .nf
16 /* External interface. */
18 extern char *split_addr(char *, int);
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 /*--*/
31 #endif