aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorGravatar Lars Hjemli <hjemli@gmail.com>2007-01-12 08:46:17 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2007-01-12 08:46:17 (JST)
commit5cd2bf7e7f3f3daf6107cd3a269bad78e342de70 (patch)
tree7ce9368e94b39114e772c279f741bd8106f611d2 /cgit.h
parent2c2047ff67a1e0053f95776e5079e432f69cea54 (diff)
downloadcgit-5cd2bf7e7f3f3daf6107cd3a269bad78e342de70.zip
cgit-5cd2bf7e7f3f3daf6107cd3a269bad78e342de70.tar.gz
WIP: add paths/backlinks to tree/blobview
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h
index 3601e49..5e19b11 100644
--- a/cgit.h
+++ b/cgit.h
@@ -59,6 +59,7 @@ extern char *cgit_query_search;
59extern char *cgit_query_head; 59extern char *cgit_query_head;
60extern char *cgit_query_sha1; 60extern char *cgit_query_sha1;
61extern char *cgit_query_sha2; 61extern char *cgit_query_sha2;
62extern char *cgit_query_path;
62extern int cgit_query_ofs; 63extern int cgit_query_ofs;
63 64
64extern int htmlfd; 65extern int htmlfd;
@@ -108,7 +109,7 @@ extern void cgit_print_repolist(struct cacheitem *item);
108extern void cgit_print_summary(); 109extern void cgit_print_summary();
109extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep); 110extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep);
110extern void cgit_print_view(const char *hex); 111extern void cgit_print_view(const char *hex);
111extern void cgit_print_tree(const char *hex); 112extern void cgit_print_tree(const char *hex, char *path);
112extern void cgit_print_commit(const char *hex); 113extern void cgit_print_commit(const char *hex);
113extern void cgit_print_diff(const char *old_hex, const char *new_hex); 114extern void cgit_print_diff(const char *old_hex, const char *new_hex);
114 115