Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sha1-lookup.h')
-rw-r--r--sha1-lookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sha1-lookup.h b/sha1-lookup.h
index 7678b23b36c..457c9b49646 100644
--- a/sha1-lookup.h
+++ b/sha1-lookup.h
@@ -3,7 +3,7 @@
typedef const unsigned char *sha1_access_fn(size_t index, void *table);
-extern int sha1_pos(const unsigned char *sha1,
+int sha1_pos(const unsigned char *sha1,
void *table,
size_t nr,
sha1_access_fn fn);