]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
doc: use consistent id's when generating html files
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index fbc6c6a73ee74ccb8d0281cf1187bbbfa159264d..005ae63017050f0e6d5821fd51515ca0775f4469 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -71,7 +71,6 @@ struct cgit_exec_filter {
        char *cmd;
        char **argv;
        int old_stdout;
-       int pipe_fh[2];
        int pid;
 };
 
@@ -228,6 +227,7 @@ struct cgit_config {
        int enable_http_clone;
        int enable_index_links;
        int enable_index_owner;
+       int enable_blame;
        int enable_commit_graph;
        int enable_log_filecount;
        int enable_log_linecount;