From e5ce30fed81d1918a259be092dcd8bfffc3c2649 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 6 May 2015 19:19:24 -0700 Subject: Clean up init /proc/cmdline handling. Helped debug a problem where the N9 bootloader incorrectly concatenated the various command lines. Bug: http://b/20906691 Change-Id: I0580b06f4185129c7eedf0bdf74b5ce17f88bf9c --- init/init_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init/init_parser.h') diff --git a/init/init_parser.h b/init/init_parser.h index 6348607e5..90f880f79 100644 --- a/init/init_parser.h +++ b/init/init_parser.h @@ -31,7 +31,7 @@ void queue_property_triggers(const char *name, const char *value); void queue_all_property_triggers(); void queue_builtin_action(int (*func)(int nargs, char **args), const char *name); -int init_parse_config_file(const char *fn); +bool init_parse_config_file(const char* path); int expand_props(char *dst, const char *src, int len); service* make_exec_oneshot_service(int argc, char** argv); -- cgit v1.2.3