Port update_engine_client ResetStatus command to lib
This is the first step in getting update_engine_client completely off of
direct DBus calls
Test: Ran --reset_status command and verified update_engine received the
signal.
Bug: 26233663
Signed-off-by: Casey Dahlin <sadmac@google.com>
Change-Id: Iac54d890fd796f91a7813755d6061cf468255347
diff --git a/client_library/client_impl.h b/client_library/client_impl.h
index e6194d2..912449f 100644
--- a/client_library/client_impl.h
+++ b/client_library/client_impl.h
@@ -44,6 +44,8 @@
std::string* out_new_version,
int64_t* out_new_size) override;
+ bool ResetStatus() override;
+
bool SetTargetChannel(const std::string& target_channel) override;
bool GetTargetChannel(std::string* out_channel) override;