]> git.ipfire.org Git - thirdparty/git.git/blobdiff - blame.h
config: improve error message for boolean config
[thirdparty/git.git] / blame.h
diff --git a/blame.h b/blame.h
index b6bbee4147288271094b3a6dad5a04d1fe597c16..38bde535b3d46461d0619bc68c852210693de571 100644 (file)
--- 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,