| 970 | } |
| 971 | |
| 972 | int tpl_set_section(tpl_t* tpl, const char* key, const char* val, int len) |
| 973 | { |
| 974 | return tpl_set_section_ex(tpl, key, val, len, NULL); |
| 975 | } |
| 976 | |
| 977 | int tpl_set_section_from_file(tpl_t* tpl, const char* key, const char* filename) |
| 978 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…