Sign in
fuchsia
/
third_party
/
libgit2
/
refs/heads/upstream/clay-test
/
.
/
src
/
sha1_lookup.h
blob: 5caa2f5eda7dbe5b8a30faa30945910d5e978806 [
file
] [
edit
]
#ifndef
INCLUDE_sha1_lookup_h__
#define
INCLUDE_sha1_lookup_h__
#include
<stdlib.h>
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