summaryrefslogtreecommitdiff
path: root/src/proto/channel.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-03-20 20:57:45 +0100
committerBram Moolenaar <Bram@vim.org>2016-03-20 20:57:45 +0100
commit03602ec28ed25739e88b2c835adb0662d3720bb2 (patch)
treed5b6377e6177d5f211c287be334ac02c118e2e1c /src/proto/channel.pro
parente9d6a298df6108e2044b1f0da5a2712f0c51c7d9 (diff)
downloadvim-git-03602ec28ed25739e88b2c835adb0662d3720bb2.tar.gz
patch 7.4.1624v7.4.1624
Problem: Can't get info about a channel. Solution: Add ch_info().
Diffstat (limited to 'src/proto/channel.pro')
-rw-r--r--src/proto/channel.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/channel.pro b/src/proto/channel.pro
index b98fb5801..e33490875 100644
--- a/src/proto/channel.pro
+++ b/src/proto/channel.pro
@@ -20,6 +20,7 @@ int channel_collapse(channel_T *channel, int part);
int channel_can_write_to(channel_T *channel);
int channel_is_open(channel_T *channel);
char *channel_status(channel_T *channel);
+void channel_info(channel_T *channel, dict_T *dict);
void channel_close(channel_T *channel, int invoke_close_cb);
char_u *channel_peek(channel_T *channel, int part);
void channel_clear(channel_T *channel);