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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/cgit.h b/cgit.h
index 24b02d7..b7f8827 100644
--- a/cgit.h
+++ b/cgit.h
@@ -19,7 +19,6 @@
typedef void (*configfn)(const char *name, const char *value);
-typedef void (*filepair_fn)(struct diff_filepair *pair);
struct cacheitem {
char *name;
@@ -117,10 +116,6 @@ extern int chk_positive(int result, char *msg);
extern int hextoint(char c);
extern void *cgit_free_commitinfo(struct commitinfo *info);
-extern void cgit_diff_tree(const unsigned char *old_sha1,
- const unsigned char *new_sha1,
- filepair_fn fn);
-extern void cgit_diff_commit(struct commit *commit, filepair_fn fn);
extern char *fmt(const char *format,...);