Sign in
googlers
/
jrn
/
git
/
69239728238c8ec6296d94c4cd7490161f4c89b2
/
.
/
sha1-lookup.h
blob: 3249a81b3d664afc89c98e6d9dd6b512092a82f9 [
file
] [
log
] [
blame
]
#ifndef
SHA1_LOOKUP_H
#define
SHA1_LOOKUP_H
extern
int
sha1_entry_pos
(
const
void
*
table
,
size_t
elem_size
,
size_t
key_offset
,
unsigned
lo
,
unsigned
hi
,
unsigned
nr
,
const
unsigned
char
*
key
);
#endif