We merely check they're valid: the values stay in configvars */
| 902 | |
| 903 | /* We merely check they're valid: the values stay in configvars */ |
| 904 | static char *plugin_opt_string_check(const char *arg, struct plugin_opt *popt) |
| 905 | { |
| 906 | return plugin_opt_check(popt); |
| 907 | } |
| 908 | |
| 909 | static char *plugin_opt_long_check(const char *arg, struct plugin_opt *popt) |
| 910 | { |
nothing calls this directly
no test coverage detected