diff options
Diffstat (limited to 'ui.h')
-rw-r--r-- | ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -102,6 +102,8 @@ class RecoveryUI { // the given locale. Returns true on success. virtual bool Init(const std::string& locale); + virtual void Stop(); + // Shows a stage indicator. Called immediately after Init(). virtual void SetStage(int current, int max) = 0; |