Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 8befc50c49e8a271fd3cd7fb34258fe88d1dfcad authored by Johannes Schindelin on 14 December 2008, 22:10:52 UTC
Get rid of the last remnants of GIT_CONFIG_LOCAL
Tip revision: 8befc50
sha1-lookup.h
#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
back to top