No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / connect.h
blob36b78faa2883ef87945b866be8c0329d85f55a88
1 /* $NetBSD$ */
3 #ifndef _CONNECT_H_INCLUDED_
4 #define _CONNECT_H_INCLUDED_
6 /*++
7 /* NAME
8 /* connect 3h
9 /* SUMMARY
10 /* client interface file
11 /* SYNOPSIS
12 /* #include <connect.h>
13 /* DESCRIPTION
14 /* .nf
17 * Utility library.
19 #include <iostuff.h>
22 * Client external interface.
24 extern int unix_connect(const char *, int, int);
25 extern int inet_connect(const char *, int, int);
26 extern int stream_connect(const char *, int, int);
27 extern int upass_connect(const char *, int, int);
29 /* LICENSE
30 /* .ad
31 /* .fi
32 /* The Secure Mailer license must be distributed with this software.
33 /* AUTHOR(S)
34 /* Wietse Venema
35 /* IBM T.J. Watson Research
36 /* P.O. Box 704
37 /* Yorktown Heights, NY 10598, USA
38 /*--*/
40 #endif