diff options
Diffstat (limited to 'src/oid.h')
-rw-r--r-- | src/oid.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/oid.h b/src/oid.h new file mode 100644 index 000000000..79f5b6507 --- /dev/null +++ b/src/oid.h @@ -0,0 +1,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 |