NeoMutt  2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
node_container.h
Go to the documentation of this file.
1
24#ifndef MUTT_EXPANDO_NODE_CONTAINER_H
25#define MUTT_EXPANDO_NODE_CONTAINER_H
26
28
30
31#endif /* MUTT_EXPANDO_NODE_CONTAINER_H */
struct ExpandoNode * node_container_new(void)
Create a new Container ExpandoNode.
void node_container_collapse_all(struct ExpandoNode **ptr)
Remove unnecessary Containers.
Basic Expando Node.
Definition: node.h:67