summaryrefslogtreecommitdiffstats
path: root/src/proto/os_win32.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-11 16:31:54 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-11 16:31:54 +0200
commit2d33e90f81334eee34275a259444434abf56250f (patch)
treeb225046c33e7f57130c423c9c920813f425fbec8 /src/proto/os_win32.pro
parente41e3b41f991bd610f889dea57676526704fea5f (diff)
patch 8.0.0899: function name mch_stop_job() is confusingv8.0.0899
Problem: Function name mch_stop_job() is confusing. Solution: Rename to mch_signal_job().
Diffstat (limited to 'src/proto/os_win32.pro')
-rw-r--r--src/proto/os_win32.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/os_win32.pro b/src/proto/os_win32.pro
index bc16a193aa..7e6953c7da 100644
--- a/src/proto/os_win32.pro
+++ b/src/proto/os_win32.pro
@@ -45,7 +45,7 @@ int mch_call_shell(char_u *cmd, int options);
void mch_job_start(char *cmd, job_T *job, jobopt_T *options);
char *mch_job_status(job_T *job);
job_T *mch_detect_ended_job(job_T *job_list);
-int mch_stop_job(job_T *job, char_u *how);
+int mch_signal_job(job_T *job, char_u *how);
void mch_clear_job(job_T *job);
void mch_set_normal_colors(void);
void mch_write(char_u *s, int len);