]> git.ipfire.org Git - thirdparty/git.git/blobdiff - blame.h
Merge branch 'tz/cred-netrc-cleanup'
[thirdparty/git.git] / blame.h
diff --git a/blame.h b/blame.h
index a6c915c277d99cfa39dd3fe6aee82c2f0f8320df..2092f9529c108d40100ec2a8175098edc8e8e5dd 100644 (file)
--- a/blame.h
+++ b/blame.h
@@ -172,4 +172,6 @@ extern void setup_scoreboard(struct blame_scoreboard *sb, const char *path, stru
 
 extern struct blame_entry *blame_entry_prepend(struct blame_entry *head, long start, long end, struct blame_origin *o);
 
+extern struct blame_origin *get_blame_suspects(struct commit *commit);
+
 #endif /* BLAME_H */