mess822_fold(3)
NAME
mess822_fold - wrap lines in an RFC 822 field
SYNTAX
#include <mess822.h>
int mess822_fold(&out,&in,prefix,linelen);
stralloc out;
stralloc in;
char *prefix;
int linelen;
DESCRIPTION
To be filled in.
mess822_fold - wrap lines in an RFC 822 field
#include <mess822.h>
int mess822_fold(&out,&in,prefix,linelen);
stralloc out;
stralloc in;
char *prefix;
int linelen;
To be filled in.