3 #ifndef _CONNECT_H_INCLUDED_
4 #define _CONNECT_H_INCLUDED_
10 /* client interface file
12 /* #include <connect.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);
32 /* The Secure Mailer license must be distributed with this software.
35 /* IBM T.J. Watson Research
37 /* Yorktown Heights, NY 10598, USA