X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=sha1-lookup.h;h=5afcd011c6be3c7b9add226b098860b88c77c2fd;hb=1d9f0b79a0f568c4d40703ff223b8ea80abcb086;hp=7678b23b36c291c7b1b6656e0c42fc14ea12da15;hpb=71cdbb3d4a07811ac29d2097e942607fbe1ddf33;p=thirdparty%2Fgit.git diff --git a/sha1-lookup.h b/sha1-lookup.h index 7678b23b36..5afcd011c6 100644 --- a/sha1-lookup.h +++ b/sha1-lookup.h @@ -3,10 +3,10 @@ typedef const unsigned char *sha1_access_fn(size_t index, void *table); -extern int sha1_pos(const unsigned char *sha1, - void *table, - size_t nr, - sha1_access_fn fn); +int sha1_pos(const unsigned char *sha1, + void *table, + size_t nr, + sha1_access_fn fn); /* * Searches for sha1 in table, using the given fanout table to determine the