FIXME: To support the deprecated p_req_dup_ok */
| 46 | |
| 47 | /* FIXME: To support the deprecated p_req_dup_ok */ |
| 48 | static bool is_required(enum param_style style) |
| 49 | { |
| 50 | return style == PARAM_REQUIRED || style == PARAM_REQUIRED_ALLOW_DUPS; |
| 51 | } |
| 52 | |
| 53 | static struct command_result *make_callback(struct command *cmd, |
| 54 | struct param *def, |
no outgoing calls
no test coverage detected