diff options
Diffstat (limited to '')
-rw-r--r-- | installcommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/installcommand.h b/installcommand.h index 16c034f7d..957f01602 100644 --- a/installcommand.h +++ b/installcommand.h @@ -34,4 +34,6 @@ update_binary_command(const char* path, int retry_count, bool verify_package_compatibility(ZipWrap *package_zip); +void read_source_target_build(ZipWrap* zip/*, std::vector<std::string>& log_buffer*/); + #endif // RECOVERY_INSTALL_COMMAND_H_ |