3 #ifndef _LINE_WRAP_H_INCLUDED_
4 #define _LINE_WRAP_H_INCLUDED_
10 /* wrap long lines upon output
12 /* #include <line_wrap.h>
19 typedef void (*LINE_WRAP_FN
) (const char *, int, int, char *);
20 extern void line_wrap(const char *, int, int, LINE_WRAP_FN
, char *);
25 /* The Secure Mailer license must be distributed with this software.
28 /* IBM T.J. Watson Research
30 /* Yorktown Heights, NY 10598, USA