3 #ifndef _REC_STREAMLF_H_INCLUDED_
4 #define _REC_STREAMLF_H_INCLUDED_
10 /* record interface to stream-lf files
12 /* #include <rec_streamlf.h>
30 extern int rec_streamlf_get(VSTREAM
*, VSTRING
*, int);
31 extern int rec_streamlf_put(VSTREAM
*, int, const char *, int);
33 #define REC_STREAMLF_PUT_BUF(s, t, b) \
34 rec_streamlf_put((s), (t), vstring_str(b), VSTRING_LEN(b))
39 /* The Secure Mailer license must be distributed with this software.
42 /* IBM T.J. Watson Research
44 /* Yorktown Heights, NY 10598, USA