From dbacc6339844119712ca5f0744813b46a71e0963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 5 Mar 2017 11:01:35 +0100 Subject: vis: add file argument to vis_pipe_collect --- vis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.h') diff --git a/vis.h b/vis.h index b6fb09e..dcae949 100644 --- a/vis.h +++ b/vis.h @@ -510,7 +510,7 @@ int vis_pipe(Vis*, File*, Filerange*, const char *argv[], /* pipe a range to an external application, return its exit status and store * everything that is written to stdout/stderr in the gitven char pointers * which have to be free(3)-ed by the caller */ -int vis_pipe_collect(Vis *vis, Filerange *range, const char *argv[], char **out, char **err); +int vis_pipe_collect(Vis*, File*, Filerange*, const char *argv[], char **out, char **err); /* given the start of a key, returns a pointer to the start of the one immediately * following as will be processed by the input system. skips over special keys -- cgit v1.2.3