|
dpkg 1.22.7-3-g89f48
|
Go to the source code of this file.
Data Structures | |
| struct | match_node |
Functions | |
| struct match_node * | match_node_new (const char *name, const char *type, struct match_node *next) |
| void | match_node_free (struct match_node *node) |
| void match_node_free | ( | struct match_node * | node | ) |
References match_node::filename, and match_node::filetype.
| struct match_node * match_node_new | ( | const char * | name, |
| const char * | type, | ||
| struct match_node * | next | ||
| ) |
References match_node::filename, match_node::filetype, m_malloc(), m_strdup(), and match_node::next.