NeoMutt
2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
mutt_body.h
Go to the documentation of this file.
1
23
#ifndef MUTT_MUTT_BODY_H
24
#define MUTT_MUTT_BODY_H
25
26
#include <stdio.h>
27
28
struct
Body
;
29
30
int
mutt_body_copy
(FILE *fp,
struct
Body
**b_dst,
struct
Body
*b_src);
31
32
#endif
/* MUTT_MUTT_BODY_H */
mutt_body_copy
int mutt_body_copy(FILE *fp, struct Body **b_dst, struct Body *b_src)
Create a send-mode duplicate from a receive-mode body.
Definition:
mutt_body.c:49
Body
The body of an email.
Definition:
body.h:36