aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cgit.h b/cgit.h
index 5e19b11..3601e49 100644
--- a/cgit.h
+++ b/cgit.h
@@ -59,7 +59,6 @@ extern char *cgit_query_search;
extern char *cgit_query_head;
extern char *cgit_query_sha1;
extern char *cgit_query_sha2;
-extern char *cgit_query_path;
extern int cgit_query_ofs;
extern int htmlfd;
@@ -109,7 +108,7 @@ extern void cgit_print_repolist(struct cacheitem *item);
extern void cgit_print_summary();
extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep);
extern void cgit_print_view(const char *hex);
-extern void cgit_print_tree(const char *hex, char *path);
+extern void cgit_print_tree(const char *hex);
extern void cgit_print_commit(const char *hex);
extern void cgit_print_diff(const char *old_hex, const char *new_hex);