NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
body.h
Go to the documentation of this file.
1
23#ifndef MUTT_SEND_BODY_H
24#define MUTT_SEND_BODY_H
25
26#include <stdio.h>
27
28struct Body;
29struct ConfigSubset;
30
31int mutt_write_mime_body(struct Body *b, FILE *fp, struct ConfigSubset *sub);
32
33#endif /* MUTT_SEND_BODY_H */
int mutt_write_mime_body(struct Body *b, FILE *fp, struct ConfigSubset *sub)
Write a MIME part.
Definition: body.c:300
The body of an email.
Definition: body.h:36
A set of inherited config items.
Definition: subset.h:47