Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
86f09d4f
...
86f09d4f6c15b316845a06333996cd5788d1d6cc
authored
2007-12-02 10:29:40 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_cfg_format_tree): New prototype.
1 parent
17628582
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
include/mailutils/cfg.h
include/mailutils/cfg.h
View file @
86f09d4
...
...
@@ -205,6 +205,8 @@ int mu_cfg_parse_boolean (const char *str, int *res);
extern
int
mu_cfg_parser_verbose
;
void
mu_cfg_format_tree
(
mu_stream_t
stream
,
mu_cfg_tree_t
*
tree
);
#ifdef __cplusplus
}
#endif
...
...
Please
register
or
sign in
to post a comment