Postfix3.3.1
mynetworks.h
[詳解]
1 #ifndef _MYNETWORKS_H_INCLUDED_
2 #define _MYNETWORKS_H_INCLUDED_
3 
4 /*++
5 /* NAME
6 /* mynetworks 3h
7 /* SUMMARY
8 /* lookup patterns for my own interface addresses
9 /* SYNOPSIS
10 /* #include <mynetworks.h>
11 /* DESCRIPTION
12 /* .nf
13 
14  /*
15  * External interface.
16  */
17 extern const char *mynetworks(void);
18 extern const char *mynetworks_host(void);
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 
31 #endif
const char * mynetworks_host(void)
Definition: mynetworks.c:306
const char * mynetworks(void)
Definition: mynetworks.c:295