From 5e447b1ed1aa751e8ec93dccf4df6fa4a7ffddb6 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 01 Feb 2009 18:29:47 +0000 Subject: Merge branch 'lh/binary' --- (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 4942b96..5f7af51 100644 --- a/cgit.h +++ b/cgit.h @@ -15,6 +15,7 @@ #include #include #include +#include #include #include @@ -222,7 +223,8 @@ extern void *cgit_free_commitinfo(struct commitinfo *info); extern int cgit_diff_files(const unsigned char *old_sha1, const unsigned char *new_sha1, - linediff_fn fn); + unsigned long *old_size, unsigned long *new_size, + int *binary, linediff_fn fn); extern void cgit_diff_tree(const unsigned char *old_sha1, const unsigned char *new_sha1, -- cgit v0.9.0.2