Sign in
googlers
/
jrn
/
git
/
ce5b6f9be84690ba38eba10c42b3f7c7e2511abb
/
.
/
sha1-lookup.h
blob: cf5314f402ce78f0d5ab2bd72ee7f334b6394e04 [
file
] [
log
] [
blame
]
#ifndef
SHA1_LOOKUP_H
#define
SHA1_LOOKUP_H
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
);
#endif