Commit 86f09d4f 86f09d4f6c15b316845a06333996cd5788d1d6cc by Sergey Poznyakoff

(mu_cfg_format_tree): New prototype.

1 parent 17628582
...@@ -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
......