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
27
struct
ExpandoNode
*
node_container_new
(
void
);
28
29
void
node_container_collapse_all
(
struct
ExpandoNode
**ptr);
30
31
#endif
/* MUTT_EXPANDO_NODE_CONTAINER_H */
node_container_new
struct ExpandoNode * node_container_new(void)
Create a new Container ExpandoNode.
Definition:
node_container.c:86
node_container_collapse_all
void node_container_collapse_all(struct ExpandoNode **ptr)
Remove unnecessary Containers.
Definition:
node_container.c:140
ExpandoNode
Basic Expando Node.
Definition:
node.h:67