repo.or.cz
/
git
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'tr/maint-1.6.1-doc-format-patch--root' into next
[git/dscho.git]
/
sha1-lookup.h
blob
3249a81b3d664afc89c98e6d9dd6b512092a82f9
1
#ifndef SHA1_LOOKUP_H
2
#define SHA1_LOOKUP_H
3
4
extern
int
sha1_entry_pos
(
const void
*
table
,
5
size_t
elem_size
,
6
size_t
key_offset
,
7
unsigned
lo
,
unsigned
hi
,
unsigned
nr
,
8
const unsigned char
*
key
);
9
#endif