NeoMutt
2025-12-11-58-g09398d
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)
Definition
serial.c:276
Buffer
String manipulation buffer.
Definition
buffer.h:36
Expando
Parsed Expando trees.
Definition
expando.h:41