aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2017-03-05 11:01:35 +0100
committerMarc André Tanner <mat@brain-dump.org>2017-03-05 11:01:35 +0100
commitdbacc6339844119712ca5f0744813b46a71e0963 (patch)
tree4e8ae5077fb1d3e50362ab76c602f481cc0f1af5 /vis.h
parentbcdacf4d9a41d4226867e36074d085dd4fe97c10 (diff)
downloadvis-dbacc6339844119712ca5f0744813b46a71e0963.tar.gz
vis-dbacc6339844119712ca5f0744813b46a71e0963.tar.xz
vis: add file argument to vis_pipe_collect
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 1 insertions, 1 deletions
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