]> git.ipfire.org Git - thirdparty/git.git/blobdiff - merge-blobs.h
*.[ch]: remove extern from function declarations using spatch
[thirdparty/git.git] / merge-blobs.h
index cc31038b807fbee073a063ec83fe298c87fd2b3d..863a7e08071367a9dcf622095302f15744c8271c 100644 (file)
@@ -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 *);