repo.or.cz
/
git
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
perl: update our ancient copy of Error.pm
[git/debian.git]
/
sha1-lookup.h
blob
cf5314f402ce78f0d5ab2bd72ee7f334b6394e04
1
#ifndef SHA1_LOOKUP_H
2
#define SHA1_LOOKUP_H
3
4
typedef
const unsigned char
*
sha1_access_fn
(
size_t
index
,
void
*
table
);
5
6
extern
int
sha1_pos
(
const unsigned char
*
sha1
,
7
void
*
table
,
8
size_t
nr
,
9
sha1_access_fn fn
);
10
#endif