init: expand_props for onrestart commands.
It is only a temporary fix. I hope the code can be moved into a member
function of class Command.
Bug: 22654233
Change-Id: I38c24fb624e54986a953f44d398b3b80c3795d24
diff --git a/init/init.h b/init/init.h
index d812733..d2b2dfb 100644
--- a/init/init.h
+++ b/init/init.h
@@ -161,5 +161,6 @@
void zap_stdio(void);
void register_epoll_handler(int fd, void (*fn)());
+bool expand_command_arguments(int nargs, char** args, std::vector<std::string>* expanded_args);
#endif /* _INIT_INIT_H */