3 #ifndef _CLNT_STREAM_H_INCLUDED_
4 #define _CLNT_STREAM_H_INCLUDED_
10 /* client socket maintenance
12 /* #include <clnt_stream.h>
24 typedef struct CLNT_STREAM CLNT_STREAM
;
26 extern CLNT_STREAM
*clnt_stream_create(const char *, const char *, int, int);
27 extern VSTREAM
*clnt_stream_access(CLNT_STREAM
*);
28 extern void clnt_stream_recover(CLNT_STREAM
*);
29 extern void clnt_stream_free(CLNT_STREAM
*);
34 /* The Secure Mailer license must be distributed with this software.
37 /* IBM T.J. Watson Research
39 /* Yorktown Heights, NY 10598, USA