summaryrefslogtreecommitdiff
path: root/src/proto
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-14 23:27:29 +0100
committerBram Moolenaar <Bram@vim.org>2016-03-14 23:27:29 +0100
commit39afdea2035c34239910267978538a3c99b66911 (patch)
tree104fbfe83d8f3048eba49f48cff783fbcba1ca53 /src/proto
parentd6c2f0526064eef6f8917d2bad00df707d79ea16 (diff)
downloadvim-git-39afdea2035c34239910267978538a3c99b66911.tar.gz
patch 7.4.1561v7.4.1561
Problem: Missing update to proto file. Solution: Change the proto file.
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/channel.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/channel.pro b/src/proto/channel.pro
index eb50b2f3b..be11a3ad2 100644
--- a/src/proto/channel.pro
+++ b/src/proto/channel.pro
@@ -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);