X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=sha1-lookup.h;h=5afcd011c6be3c7b9add226b098860b88c77c2fd;hb=4d8ec15c66f32e29e4dfcdf64d0826c425d8ad7d;hp=7678b23b36c291c7b1b6656e0c42fc14ea12da15;hpb=e6dc1ea0591e013aeb5d1e1d5d59aca693ab1e06;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