|
@@ -101,7 +101,7 @@ int cfg_get_by_name(cfg_ctx_t *ctx, str *group_name, str *var_name,
|
|
|
|
|
|
/* returns the description of a variable */
|
|
/* returns the description of a variable */
|
|
int cfg_help(cfg_ctx_t *ctx, str *group_name, str *var_name,
|
|
int cfg_help(cfg_ctx_t *ctx, str *group_name, str *var_name,
|
|
- char **ch);
|
|
|
|
|
|
+ char **ch, unsigned int *input_type);
|
|
|
|
|
|
/* notify the drivers about the new config definition */
|
|
/* notify the drivers about the new config definition */
|
|
void cfg_notify_drivers(char *group_name, cfg_def_t *def);
|
|
void cfg_notify_drivers(char *group_name, cfg_def_t *def);
|