xref: /netbsd-src/external/ibm-public/postfix/dist/src/global/strip_addr.h (revision 33881f779a77dce6440bdc44610d94de75bebefe)
1 /*	$NetBSD: strip_addr.h,v 1.2 2020/03/18 19:05:16 christos Exp $	*/
2 
3 #ifndef _STRIP_ADDR_H_INCLUDED_
4 #define _STRIP_ADDR_H_INCLUDED_
5 
6 /*++
7 /* NAME
8 /*	strip_addr 3h
9 /* SUMMARY
10 /*	strip extension from full address
11 /* SYNOPSIS
12 /*	#include <strip_addr.h>
13 /* DESCRIPTION
14 /* .nf
15 
16  /* External interface. */
17 
18 extern char *strip_addr_internal(const char *, char **, const char *);
19 
20 #define strip_addr	strip_addr_internal
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 /*	Wietse Venema
33 /*	Google, Inc.
34 /*	111 8th Avenue
35 /*	New York, NY 10011, USA
36 /*--*/
37 
38 #endif
39