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, 2 insertions, 0 deletions
diff --git a/src/proto/terminal.pro b/src/proto/terminal.pro
index e6914c0ba..0fa62b710 100644
--- a/src/proto/terminal.pro
+++ b/src/proto/terminal.pro
@@ -57,4 +57,6 @@ void f_term_wait(typval_T *argvars, typval_T *rettv);
void term_send_eof(channel_T *ch);
job_T *term_getjob(term_T *term);
int terminal_enabled(void);
+void term_free_conpty(term_T *term);
+int use_conpty(void);
/* vim: set ft=c : */