Sha256: 4b6af0b5e06c57c3aed17229f78f94604dbb60372108a1422115ab98131f3418

Contents?: true

Size: 462 Bytes

Versions: 3

Compression:

Stored size: 462 Bytes

Contents

/*
 * Copyright (C) the libgit2 contributors. All rights reserved.
 *
 * This file is part of libgit2, distributed under the GNU GPL v2 with
 * a Linking Exception. For full terms see the included COPYING file.
 */
#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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rugged-0.19.0 vendor/libgit2/src/sha1_lookup.h
rugged-0.18.0.gh.de28323 vendor/libgit2/src/sha1_lookup.h
rugged-0.18.0.b1 vendor/libgit2/src/sha1_lookup.h