about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
authorJason A. Donenfeld2017-10-14 16:13:07 +0200
committerJason A. Donenfeld2017-10-14 16:13:07 +0200
commitfd069b4ca08cb46eb335a1434330b21fbaf84b9c (patch)
tree86596b5a361224322ea8ff23130273c835c25452 /cgit.h
parentparsing: don't clear existing state with empty input (diff)
downloadcgit-fd069b4ca08cb46eb335a1434330b21fbaf84b9c.tar.gz
cgit-fd069b4ca08cb46eb335a1434330b21fbaf84b9c.zip
filter: pipe_fh should be local
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h index 0b88dcd..005ae63 100644 --- a/cgit.h +++ b/cgit.h
@@ -71,7 +71,6 @@ struct cgit_exec_filter {
71 char *cmd; 71 char *cmd;
72 char **argv; 72 char **argv;
73 int old_stdout; 73 int old_stdout;
74 int pipe_fh[2];
75 int pid; 74 int pid;
76}; 75};
77 76