summaryrefslogtreecommitdiff
path: root/src/proto/terminal.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/terminal.pro')
-rw-r--r--src/proto/terminal.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/terminal.pro b/src/proto/terminal.pro
index bdab8902b..d7d153850 100644
--- a/src/proto/terminal.pro
+++ b/src/proto/terminal.pro
@@ -4,6 +4,6 @@ void free_terminal(term_T *term);
void write_to_term(buf_T *buffer, char_u *msg, channel_T *channel);
void terminal_loop(void);
void term_job_ended(job_T *job);
-int term_job_running(buf_T *buf);
void term_update_window(win_T *wp);
+char_u *term_get_status_text(term_T *term);
/* vim: set ft=c : */