NeoMutt
2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
copy_body.h
Go to the documentation of this file.
1
22
23
#ifndef MUTT_EMAIL_COPY_BODY_H
24
#define MUTT_EMAIL_COPY_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_EMAIL_COPY_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
copy_body.c:50
Body
The body of an email.
Definition
body.h:36