Postfix3.3.1
strip_addr.h
[詳解]
1 #ifndef _STRIP_ADDR_H_INCLUDED_
2 #define _STRIP_ADDR_H_INCLUDED_
3 
4 /*++
5 /* NAME
6 /* strip_addr 3h
7 /* SUMMARY
8 /* strip extension from full address
9 /* SYNOPSIS
10 /* #include <strip_addr.h>
11 /* DESCRIPTION
12 /* .nf
13 
14  /* External interface. */
15 
16 extern char *strip_addr_internal(const char *, char **, const char *);
17 
18 #define strip_addr strip_addr_internal
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 /* Wietse Venema
31 /* Google, Inc.
32 /* 111 8th Avenue
33 /* New York, NY 10011, USA
34 /*--*/
35 
36 #endif
char * strip_addr_internal(const char *, char **, const char *)
Definition: strip_addr.c:74