Ejemplo n.º 1
0
static void
tree_remove_entry (WTree * tree, const vfs_path_t * name_vpath)
{
    (void) tree;
    tree_store_remove_entry (name_vpath);
}
Ejemplo n.º 2
0
Archivo: tree.c Proyecto: ebichu/dd-wrt
static void tree_remove_entry (WTree *tree, char *name)
{
    (void) tree;
    tree_store_remove_entry (name);
}