diff options
Diffstat (limited to 'src/proto/os_win32.pro')
-rw-r--r-- | src/proto/os_win32.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/proto/os_win32.pro b/src/proto/os_win32.pro index 7f45c5cf1..6157e011f 100644 --- a/src/proto/os_win32.pro +++ b/src/proto/os_win32.pro @@ -70,7 +70,9 @@ void set_alist_count(void); void fix_arg_enc(void); int mch_setenv(char *var, char *value, int x); void control_console_color_rgb(void); -int has_vtp_working(void); int use_vtp(void); int is_term_win32(void); +int has_vtp_working(void); +int has_conpty_working(void); +int is_conpty_stable(void); /* vim: set ft=c : */ |