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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cgit.h b/cgit.h
index bba2d6c..37584d6 100644
--- a/cgit.h
+++ b/cgit.h
@@ -57,7 +57,6 @@ extern char *cgit_query_repo;
extern char *cgit_query_page;
extern char *cgit_query_head;
extern char *cgit_query_sha1;
-extern char *cgit_query_sha2;
extern int cgit_query_ofs;
extern int htmlfd;
@@ -105,6 +104,5 @@ extern void cgit_print_log(const char *tip, int ofs, int cnt);
extern void cgit_print_view(const char *hex);
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);
#endif /* CGIT_H */