New error codes ISO_RR_NAME_TOO_LONG and ISO_RR_NAME_RESERVED for

occasions which previously returned ISO_WRONG_ARG_VALUE.
This commit is contained in:
2011-03-26 20:54:20 +01:00
parent 270cd1cad5
commit 61383dea2d
5 changed files with 58 additions and 39 deletions

View File

@@ -286,7 +286,7 @@ int iso_node_new_special(char *name, mode_t mode, dev_t dev,
* Check if a given name is valid for an iso node.
*
* @return
* 1 if yes, 0 if not
* 1 if yes, <0 if not. The value is a specific ISO_* error code.
*/
int iso_node_is_valid_name(const char *name);