]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Change commit-view to expect h parameter, not id
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 0fff7b084bb7e24c41ca8b54ab32dfaa6d9ae6a4..ac710a6d2a74fa6feb20d8cff918070ac38a4464 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -35,6 +35,7 @@ struct repoinfo {
        char *path;
        char *desc;
        char *owner;
+       char *defbranch;
        char *module_link;
        int snapshots;
 };
@@ -75,6 +76,7 @@ extern char *cgit_logo;
 extern char *cgit_logo_link;
 extern char *cgit_module_link;
 extern char *cgit_virtual_root;
+extern char *cgit_script_name;
 extern char *cgit_cache_root;
 
 extern int cgit_nocache;