| 1169 | } |
| 1170 | |
| 1171 | void tpl_get_section_content(const tpl_t* tpl, char* buffer) |
| 1172 | { |
| 1173 | tpl_get_content(tpl->tpl, buffer); |
| 1174 | } |
| 1175 | |
| 1176 | int tpl_save_as(const tpl_t* tpl, const char* filename) |
| 1177 | { |
nothing calls this directly
no test coverage detected
searching dependent graphs…