dpkg 1.21.11
Data Structures | Functions
file-match.h File Reference

(affb86e43)

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  match_node
 

Functions

struct match_nodematch_node_new (const char *name, const char *type, struct match_node *next)
 
void match_node_free (struct match_node *node)
 

Function Documentation

◆ match_node_free()

void match_node_free ( struct match_node node)

◆ match_node_new()

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.

Here is the call graph for this function: