(mu_cfg_format_tree): New prototype.
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -205,6 +205,8 @@ int mu_cfg_parse_boolean (const char *str, int *res); | ... | @@ -205,6 +205,8 @@ int mu_cfg_parse_boolean (const char *str, int *res); |
205 | 205 | ||
206 | extern int mu_cfg_parser_verbose; | 206 | extern int mu_cfg_parser_verbose; |
207 | 207 | ||
208 | void mu_cfg_format_tree (mu_stream_t stream, mu_cfg_tree_t *tree); | ||
209 | |||
208 | #ifdef __cplusplus | 210 | #ifdef __cplusplus |
209 | } | 211 | } |
210 | #endif | 212 | #endif | ... | ... |
-
Please register or sign in to post a comment