Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / sane_connect.h
blobd43f02f0d024a362cd6694678ced49d6e2f2e32f
1 /* $NetBSD$ */
3 #ifndef _SANE_CONNECT_H_
4 #define _SANE_CONNECT_H_
6 /*++
7 /* NAME
8 /* sane_connect 3h
9 /* SUMMARY
10 /* sanitize connect() results
11 /* SYNOPSIS
12 /* #include <sane_connect.h>
13 /* DESCRIPTION
14 /* .nf
16 /* External interface. */
18 extern int sane_connect(int, struct sockaddr *, SOCKADDR_SIZE);
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