Welcome to mirror list, hosted at ThFree Co, Russian Federation.

oid.h « src - github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/oid.h
blob: 79f5b6507f50a409743c051246632346e01863c0 (plain)
1
2
3
4
5
6
7
#ifndef INCLUDE_oid_h__
#define INCLUDE_oid_h__

/* This can be useful for internal use */
int git_oid_match_raw(unsigned int len, const unsigned char *a, const unsigned char *b);

#endif