]> granicus.if.org Git - vim/commitdiff
patch 7.4.1561 v7.4.1561
authorBram Moolenaar <Bram@vim.org>
Mon, 14 Mar 2016 22:27:29 +0000 (23:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 14 Mar 2016 22:27:29 +0000 (23:27 +0100)
Problem:    Missing update to proto file.
Solution:   Change the proto file.

src/proto/channel.pro
src/version.c

index eb50b2f3bdceefdd1cd19f1ae8631f85fe471915..be11a3ad20174680f785a0a023a664afd0fe1cad 100644 (file)
@@ -12,7 +12,7 @@ channel_T *channel_open_func(typval_T *argvars);
 void channel_set_pipes(channel_T *channel, sock_T in, sock_T out, sock_T err);
 void channel_set_job(channel_T *channel, job_T *job, jobopt_T *options);
 void channel_set_options(channel_T *channel, jobopt_T *opt);
-void channel_set_req_callback(channel_T *channel, int part, char_u *callback, int id);
+void channel_set_req_callback(channel_T *channel, int part, char_u *callback, partial_T *partial, int id);
 void channel_write_in(channel_T *channel);
 void channel_write_new_lines(buf_T *buf);
 char_u *channel_get(channel_T *channel, int part);
index 52e2b802cd0f302aeda0c4508167a5391fa3e68a..501287d9da770b3d053c9a0e2e61c37dd03e1331 100644 (file)
@@ -743,6 +743,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1561,
 /**/
     1560,
 /**/