projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add parser routine conf_replace_char()
[petitboot]
/
discover
/
parser-conf.h
diff --git
a/discover/parser-conf.h
b/discover/parser-conf.h
index 3325faf4f3f8331731d2e3271c50fc863ce94885..66013f34b2b27ea9e3c447ace788effef87ab705 100644
(file)
--- a/
discover/parser-conf.h
+++ b/
discover/parser-conf.h
@@
-51,5
+51,6
@@
int conf_set_global_option(struct conf_context *conf, const char *name,
int conf_param_in_list(const char *const *list, const char *param);
char *conf_strip_str(char *s);
+char *conf_replace_char(char *s, char from, char to);
#endif