X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=blame.h;h=38bde535b3d46461d0619bc68c852210693de571;hb=f276e2a469430999ff7e3735ea7b41508ed1abd8;hp=b6bbee4147288271094b3a6dad5a04d1fe597c16;hpb=6fc5542564fed67a4547e1b85f9d677b81ca3164;p=thirdparty%2Fgit.git diff --git a/blame.h b/blame.h index b6bbee4147..38bde535b3 100644 --- a/blame.h +++ b/blame.h @@ -181,10 +181,8 @@ const char *blame_nth_line(struct blame_scoreboard *sb, long lno); void init_scoreboard(struct blame_scoreboard *sb); void setup_scoreboard(struct blame_scoreboard *sb, - const char *path, struct blame_origin **orig); -void setup_blame_bloom_data(struct blame_scoreboard *sb, - const char *path); +void setup_blame_bloom_data(struct blame_scoreboard *sb); void cleanup_scoreboard(struct blame_scoreboard *sb); struct blame_entry *blame_entry_prepend(struct blame_entry *head,