Ensure names of public tree IsoNodes are valid POSIX names.

This commit is contained in:
Vreixo Formoso
2008-01-08 19:47:33 +01:00
parent aec6c8ce69
commit 1459801134
3 changed files with 65 additions and 22 deletions

View File

@ -107,4 +107,12 @@ struct Iso_Dir_Iter
int iso_node_new_root(IsoDir **root);
/**
* Check if a given name is valid for an iso node.
*
* @return
* 1 if yes, 0 if not
*/
int iso_node_is_valid_name(const char *name);
#endif /*LIBISO_NODE_H_*/