From 6deb6e077fa85a83d5bd4f54f1f416508c77c126 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 5 Feb 2017 22:21:44 +0100 Subject: vis: add file argument to vis_pipe --- vis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index 6ea3d1d..5f5ad94 100644 --- a/vis.h +++ b/vis.h @@ -488,7 +488,7 @@ bool vis_prompt_cmd(Vis*, const char *cmd); * if read_std{out,err} are non-NULL they will be called when output from * the forked process is available. */ -int vis_pipe(Vis *vis, Filerange *range, const char *argv[], +int vis_pipe(Vis*, File*, Filerange*, const char *argv[], void *stdout_context, ssize_t (*read_stdout)(void *stdout_context, char *data, size_t len), void *stderr_context, ssize_t (*read_stderr)(void *stderr_context, char *data, size_t len)); -- cgit v1.2.3