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
26struct Expando;
27struct Buffer;
28
29void expando_serialise(const struct Expando *exp, struct Buffer *buf);
30
31#endif /* MUTT_EXPANDO_SERIAL_H */
void expando_serialise(const struct Expando *exp, struct Buffer *buf)
Serialise an Expando into a string.
Definition serial.c:311
String manipulation buffer.
Definition buffer.h:36
Parsed Expando trees.
Definition expando.h:41