Sync usage with man page.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / inet_addr_host.h
blob8e01bcdf516afded928cb8673c84ba9c3938ba9d
1 /* $NetBSD$ */
3 #ifndef INET_ADDR_HOST_H_INCLUDED_
4 #define INET_ADDR_HOST_H_INCLUDED_
6 /*++
7 /* NAME
8 /* inet_addr_host 3h
9 /* SUMMARY
10 /* determine all host internet interface addresses
11 /* SYNOPSIS
12 /* #include <inet_addr_host.h>
13 /* DESCRIPTION
14 /* .nf
17 * Utility library.
19 #include <inet_addr_list.h>
22 * External interface.
24 extern int inet_addr_host(INET_ADDR_LIST *, const char *);
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