about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
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