Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
*.[ch]: remove extern from function declarations using spatch
[gitweb.git]
/
blame.h
diff --git
a/blame.h
b/blame.h
index be3a895043e07a2508d407ac35e74d634acd7886..d6c4cc63f5c164ead0a4bff227c707181b1e1daf 100644
(file)
--- a/
blame.h
+++ b/
blame.h
@@
-177,6
+177,6
@@
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);
+struct blame_origin *get_blame_suspects(struct commit *commit);
#endif /* BLAME_H */