NeoMutt
2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
serial.h
Go to the documentation of this file.
1
22
23
#ifndef MUTT_EXPANDO_SERIAL_H
24
#define MUTT_EXPANDO_SERIAL_H
25
26
struct
Expando
;
27
struct
Buffer
;
28
29
void
expando_serialise
(
const
struct
Expando
*exp,
struct
Buffer
*buf);
30
31
#endif
/* MUTT_EXPANDO_SERIAL_H */
expando_serialise
void expando_serialise(const struct Expando *exp, struct Buffer *buf)
Serialise an Expando into a string.
Definition
serial.c:311
Buffer
String manipulation buffer.
Definition
buffer.h:36
Expando
Parsed Expando trees.
Definition
expando.h:41