3 #ifndef _AUTO_CLNT_H_INCLUDED_
4 #define _AUTO_CLNT_H_INCLUDED_
10 /* client endpoint maintenance
12 /* #include <auto_clnt.h>
24 typedef struct AUTO_CLNT AUTO_CLNT
;
26 extern AUTO_CLNT
*auto_clnt_create(const char *, int, int, int);
27 extern VSTREAM
*auto_clnt_access(AUTO_CLNT
*);
28 extern void auto_clnt_recover(AUTO_CLNT
*);
29 extern const char *auto_clnt_name(AUTO_CLNT
*);
30 extern void auto_clnt_free(AUTO_CLNT
*);
35 /* The Secure Mailer license must be distributed with this software.
38 /* IBM T.J. Watson Research
40 /* Yorktown Heights, NY 10598, USA