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, 2 insertions, 0 deletions
diff --git a/Shell/Shell.h b/Shell/Shell.h
index b3e471b07c..dfaf2871ff 100644
--- a/Shell/Shell.h
+++ b/Shell/Shell.h
@@ -117,6 +117,8 @@ public:
bool is_waiting_for(pid_t pid) const { return m_waiting_for_pid == pid; }
+ u64 find_last_job_id() const;
+
String get_history_path();
void load_history();
void save_history();