libgit2

git_diff_binary_file

Version:

The contents of one of the files in a binary diff.

Signature

typedef struct git_diff_binary_file { git_diff_binary_t type const char *data size_t datalen size_t inflatedlen };

Members

type

The type of binary data for this file.

const char *
data

The binary data, deflated.

size_t
datalen

The length of the binary data.

size_t
inflatedlen

The length of the binary data after inflation.

Versions