]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
ui-repolist: add support for sorting any column
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index d07185cf6c16ff6aa1d0e64256e78fd625dcd8e0..ea90833e923c4ee2faaa49ae8ed1788f47dcbe6a 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -120,6 +120,8 @@ struct cgit_query {
        char *mimetype;
        char *url;
        int   ofs;
+       int nohead;
+       char *sort;
 };
 
 struct cgit_config {