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]
/
merge-blobs.h
diff --git
a/merge-blobs.h
b/merge-blobs.h
index cc31038b807fbee073a063ec83fe298c87fd2b3d..863a7e08071367a9dcf622095302f15744c8271c 100644
(file)
--- a/
merge-blobs.h
+++ b/
merge-blobs.h
@@
-4,7
+4,7
@@
struct blob;
struct index_state;
-
extern
void *merge_blobs(struct index_state *, const char *,
+void *merge_blobs(struct index_state *, const char *,
struct blob *, struct blob *,
struct blob *, unsigned long *);