Expose iso_node_set_hidden(), to let a node be hidden in RR/ISO or Joliet tree.

This commit is contained in:
Vreixo Formoso
2007-12-13 20:27:58 +01:00
parent d10ed353e2
commit 60d68df84c
4 changed files with 35 additions and 11 deletions

View File

@ -20,16 +20,6 @@
#include <unistd.h>
#include <stdint.h>
/**
* Flag used to hide a file in the RR/ISO or Joliet tree.
*
* \see iso_tree_node_set_hidden
*/
enum IsoHideNodeFlag {
LIBISO_HIDE_ON_RR = 1 << 0,
LIBISO_HIDE_ON_JOLIET = 1 << 1
};
/**
*
*/