Sign in
googlers
/
jrn
/
git
/
81a9aa60a193f1181149b69920930e15c4e34059
/
.
/
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