NeoMutt
2024-10-02-37-gfa9146
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
28
struct
Body
;
29
struct
ConfigSubset
;
30
31
int
mutt_write_mime_body
(
struct
Body
*b, FILE *fp,
struct
ConfigSubset
*sub);
32
33
#endif
/* MUTT_SEND_BODY_H */
mutt_write_mime_body
int mutt_write_mime_body(struct Body *b, FILE *fp, struct ConfigSubset *sub)
Write a MIME part.
Definition:
body.c:300
Body
The body of an email.
Definition:
body.h:36
ConfigSubset
A set of inherited config items.
Definition:
subset.h:47