]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ppc/sha1.c
*.[ch]: remove extern from function declarations using spatch
[thirdparty/git.git] / ppc / sha1.c
index ec6a1926d4465e61364a7a8450e8f4c86ed841f0..b5d8af45514a9c219817580708124ef49de0278b 100644 (file)
@@ -10,7 +10,7 @@
 #include <string.h>
 #include "sha1.h"
 
-extern void ppc_sha1_core(uint32_t *hash, const unsigned char *p,
+void ppc_sha1_core(uint32_t *hash, const unsigned char *p,
                          unsigned int nblocks);
 
 int ppc_SHA1_Init(ppc_SHA_CTX *c)