dpkg 1.22.7-3-g89f48
|
#include <config.h>
#include <compat.h>
#include <stdlib.h>
#include <dpkg/dpkg.h>
#include "file-match.h"
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.