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
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)
Definition serial.c:276
String manipulation buffer.
Definition buffer.h:36
Parsed Expando trees.
Definition expando.h:41