Searched refs:config_remove_key (Results 1 – 3 of 3) sorted by relevance
105 bool config_remove_key(config_t *config, const char *section, const char *key);
291 return config_remove_key(config, section, key); in btc_config_remove()
257 bool config_remove_key(config_t *config, const char *section, const char *key) in config_remove_key() function