forked from external/yambar
config-verify: add conf_verify_unsigned()
Like conf_verify_int(), but also requires the integer to be >= 0
This commit is contained in:
parent
11bb45aa87
commit
72056c50cf
2 changed files with 12 additions and 0 deletions
|
@ -32,6 +32,7 @@ const char *conf_err_prefix(
|
|||
|
||||
bool conf_verify_string(keychain_t *chain, const struct yml_node *node);
|
||||
bool conf_verify_int(keychain_t *chain, const struct yml_node *node);
|
||||
bool conf_verify_unsigned(keychain_t *chain, const struct yml_node *node);
|
||||
bool conf_verify_bool(keychain_t *chain, const struct yml_node *node);
|
||||
|
||||
bool conf_verify_enum(keychain_t *chain, const struct yml_node *node,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue