summaryrefslogtreecommitdiff
path: root/Shell/Shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'Shell/Shell.h')
-rw-r--r--Shell/Shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Shell/Shell.h b/Shell/Shell.h
index 5f6dd91b9c..0da1fd1c6a 100644
--- a/Shell/Shell.h
+++ b/Shell/Shell.h
@@ -132,7 +132,7 @@ public:
Vector<Line::CompletionSuggestion> complete_user(const String&, size_t offset);
Vector<Line::CompletionSuggestion> complete_option(const String&, const String&, size_t offset);
- void restore_stdin();
+ void restore_ios();
u64 find_last_job_id() const;
const Job* find_job(u64 id);